7 lines
107 B
Rust
7 lines
107 B
Rust
mod core;
|
|
mod shaders;
|
|
|
|
fn main() {
|
|
env_logger::init();
|
|
pollster::block_on(core::window::run());
|
|
}
|