diff options
Diffstat (limited to 'src/native.rs')
-rw-r--r-- | src/native.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/native.rs b/src/native.rs index 35441a3e..86ccffab 100644 --- a/src/native.rs +++ b/src/native.rs @@ -3,6 +3,8 @@ pub use iced_winit::{ Space, Subscription, Vector, VerticalAlignment, }; +pub mod executor; + pub mod widget { //! Display information and interactive controls in your application. //! |