Allow Application configuration with Settings
This commit is contained in:
parent
e72b5ceeb8
commit
d70021fa68
9 changed files with 98 additions and 19 deletions
|
|
@ -185,6 +185,9 @@ mod application;
|
|||
mod platform;
|
||||
mod sandbox;
|
||||
|
||||
pub mod settings;
|
||||
|
||||
pub use application::Application;
|
||||
pub use platform::*;
|
||||
pub use sandbox::Sandbox;
|
||||
pub use settings::Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue