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

@ -5,8 +5,8 @@
/*! Application-wide state is stored here.
* It's driven by the loop defined in the loop module. */
use crate::actors::external::debug;
use crate::animation;
use crate::debug;
use crate::event_loop;
use crate::event_loop::ActorState;
use crate::imservice::{ ContentHint, ContentPurpose };