updater.rs -> window.rs
This commit is contained in:
parent
320171e304
commit
03b4053203
3 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ pub mod model;
|
||||||
pub mod resources;
|
pub mod resources;
|
||||||
pub mod state;
|
pub mod state;
|
||||||
pub mod texture;
|
pub mod texture;
|
||||||
pub mod updater;
|
pub mod window;
|
||||||
|
|
|
@ -2,5 +2,5 @@ mod core;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
pollster::block_on(core::updater::run());
|
pollster::block_on(core::window::run());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue