file is probably gonna be here a long time

This commit is contained in:
Quaternions 2024-02-16 00:18:16 -08:00
parent 03970edeb8
commit db6e1e43c1

View File

@ -1,3 +1,4 @@
mod file;
mod setup;
mod window;
mod worker;
@ -11,8 +12,6 @@ mod model_graphics;
mod physics_worker;
mod graphics_worker;
mod file;
fn main(){
setup::setup_and_start(format!("Strafe Client v{}",env!("CARGO_PKG_VERSION")));
}