summaryrefslogtreecommitdiffstats
path: root/examples/tour/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/tour/src/widget.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/tour/src/widget.rs b/examples/tour/src/widget.rs
deleted file mode 100644
index 9c2c4d5b..00000000
--- a/examples/tour/src/widget.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#[cfg(target_arch = "wasm32")]
-pub use iced_web::*;
-
-#[cfg(not(target_arch = "wasm32"))]
-pub use crate::iced_ggez::*;