Merge remote-tracking branch 'origin/master' into feat/multi-window-support

This commit is contained in:
Bingus 2023-03-13 13:23:45 -07:00
commit fa068b904a
No known key found for this signature in database
GPG key ID: 5F84D2AA40A9F170
6 changed files with 25 additions and 7 deletions

View file

@ -3,5 +3,4 @@ pub use iced_native::window::Icon;
pub use iced_native::window::Position;
pub use iced_native::window::Settings;
#[cfg(not(target_arch = "wasm32"))]
pub use crate::runtime::window::*;