idk switching to bevy ecs again

This commit is contained in:
2024-06-13 00:54:52 -04:00
parent df4e433dcc
commit 24a7e299fa
20 changed files with 615 additions and 161 deletions

View File

@@ -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");