summaryrefslogtreecommitdiffstats
path: root/examples/tour/src/widget.rs
blob: 9c2c4d5b9ba15dcef1e5cb0eb0c162b51c7f9116 (plain) (blame)
1
2
3
4
5
#[cfg(target_arch = "wasm32")]
pub use iced_web::*;

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