Expand description
Contains app functionality.
Modules§
- context
- Contains the AppContext structure for access to the application lifecycle.
- diagnostics
- Contains diagnostics data for the application.
- font_
ctx - Contains the font context structure.
- handler
- Contains the application handler.
- info
- Contains the application information structure.
- runner
- Contains the MayRunner structure to create and run an application using
winit. - update
- Contains the update mode bitflag.
Traits§
- Application
- The main application interface.