refactor mods
All checks were successful
Build Bevy Game (Linux + Windows) / build-windows (push) Successful in 19m22s
Build Bevy Game (Linux + Windows) / build-linux (push) Successful in 19m24s

This commit is contained in:
Crizomb 2025-12-31 18:46:50 +01:00
parent 6adc38c35c
commit 467f147142
17 changed files with 77 additions and 113 deletions

2
src/juice/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod animation;
pub mod camera;