7 lines
78 B
Rust
7 lines
78 B
Rust
mod hello_triangle;
|
|
|
|
#[test]
|
|
fn triangle_wgpu() {
|
|
hello_triangle::run()
|
|
}
|