summaryrefslogtreecommitdiffstats
path: root/examples/tour/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour/src/lib.rs')
-rw-r--r--examples/tour/src/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/tour/src/lib.rs b/examples/tour/src/lib.rs
deleted file mode 100644
index eb41fcd9..00000000
--- a/examples/tour/src/lib.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-pub mod tour;
-
-pub use tour::{Message, Tour};
-
-mod widget;
-
-#[cfg(target_arch = "wasm32")]
-mod web;
-
-#[cfg(not(target_arch = "wasm32"))]
-pub mod iced_ggez;