Expand description
§DungeonRS config
This crate handles the configuration of the DungeonRS
systems.
The crate is fairly simple and is mostly intended to be initialised before
Bevy boots up. This allows configuration of the startup process as well.
Modules§
- configuration 🔒
- Defines
Configuration
, the primary struct to access configuration throughout the application. - log_
configuration 🔒 - Contains the configuration structures for logging.
Structs§
- Configuration
- Configuration for the
DungeonRS
application. - LogConfiguration
- A configuration block to control how the application should handle logging.