Re-exports§
pub use ::gilrs;pub use ::log;pub use ::winit;pub use ::syrillian_macros;pub use engine::*;pub use windowing::*;
Modules§
- engine
- Root module of the Syrillian game engine.
- utils
- windowing
- Platform windowing and event loop utilities.
Macros§
Derive Macros§
- Syrillian
App - This will start a preconfigured runtime for your App. Make sure you have a Default implementation