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

7 lines
78 B
Rust
Raw Normal View History

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