iced-yoda/examples/tour/src/widget.rs

6 lines
118 B
Rust
Raw Normal View History

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