Allow Application configuration with Settings
This commit is contained in:
parent
e72b5ceeb8
commit
d70021fa68
9 changed files with 98 additions and 19 deletions
|
|
@ -26,10 +26,12 @@ pub use iced_native::*;
|
|||
pub use winit;
|
||||
|
||||
pub mod conversion;
|
||||
pub mod settings;
|
||||
|
||||
mod application;
|
||||
|
||||
pub use application::Application;
|
||||
pub use settings::Settings;
|
||||
|
||||
// We disable debug capabilities on release builds unless the `debug` feature
|
||||
// is explicitly enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue