iced/examples/tour/src/widget.rs
2019-09-19 15:01:12 +02:00

5 lines
118 B
Rust

#[cfg(target_arch = "wasm32")]
pub use iced_web::*;
#[cfg(not(target_arch = "wasm32"))]
pub use crate::iced_ggez::*;