idk switching to bevy ecs again
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use client::ClientApp;
|
||||
use winit::event_loop::EventLoop;
|
||||
|
||||
mod client;
|
||||
mod util;
|
||||
mod world;
|
||||
mod server;
|
||||
mod sync;
|
||||
|
||||
fn main() {
|
||||
let event_loop = EventLoop::new().expect("Failed to create event loop");
|
||||
|
||||
Reference in New Issue
Block a user