Move winit conversions to iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2019-10-10 05:44:33 +02:00
parent a92a0b73ed
commit fb8b50ab79
7 changed files with 201 additions and 225 deletions

View file

@ -1,6 +1,8 @@
pub use iced_native::*;
pub use winit;
pub mod conversion;
pub use iced_native::renderer::Windowed;
pub trait Application {