Crate desktop_wrapper[−][src]
Expand description
This file is probably not what you are looking for.
In order to keep compile times reasonable, this crate is split into a bin
and lib
part, this being bin
.
All this crate is designed to do is bootstrap the game, and call game_logic::entrypoint()
to actually start the game.
Modules
This module contains some code for handling CLI flags
This module handles enabling the remote-attach profiler when running in debug mode.
This module contains some bootstrapping code for setting up logging.