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

7 lines
78 B
Rust
Raw Normal View History

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