Introduce Program and State

This commit is contained in:
Héctor Ramón Jiménez 2020-05-21 04:27:31 +02:00
parent d77492c0c3
commit ae5e2c6c73
14 changed files with 643 additions and 777 deletions

View file

@ -7,7 +7,7 @@
#[doc(no_inline)]
pub use iced_native::*;
mod application;
pub mod application;
pub use application::Application;