mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-15 05:14:20 +00:00
6 lines
63 B
Rust
6 lines
63 B
Rust
#![allow(non_snake_case)]
|
|
|
|
fn main() {
|
|
Renderer::Main();
|
|
}
|