librashader/librashader-runtime-wgpu/tests/triangle.rs

7 lines
77 B
Rust
Raw Normal View History

2023-11-30 00:52:49 -05:00
mod hello_triangle;
#[test]
fn triangle_wgpu()
{
hello_triangle::run()
}