winit: Use user event
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m47s

This commit is contained in:
Florian RICHER 2025-05-29 21:38:07 +02:00
parent 6a6b1821a4
commit f1ae54bc73
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 227 additions and 29 deletions

2
src/game/scenes/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod main_scene;
pub mod test_scene;