1 2 3 4 5
#[cfg(target_arch = "wasm32")] pub use iced_web::*; #[cfg(not(target_arch = "wasm32"))] pub use crate::iced_ggez::*;