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