librashader/librashader-runtime-wgpu/tests/triangle.rs
2024-02-06 19:04:28 -05:00

7 lines
78 B
Rust

mod hello_triangle;
#[test]
fn triangle_wgpu() {
hello_triangle::run()
}