structure: Create a module for custom event loops

This commit is contained in:
Dorota Czaplejewicz
2022-12-01 12:13:36 +00:00
parent 38165ac039
commit 783ca9ae11
6 changed files with 12 additions and 3 deletions

View File

@ -26,7 +26,6 @@ mod action;
mod actors;
mod animation;
pub mod data;
mod debug;
mod drawing;
mod event_loop;
pub mod float_ord;