summaryrefslogtreecommitdiffstats
path: root/examples/tour/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-21 13:38:14 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-21 13:38:14 +0200
commit86dede4c4cc2bca9be7d2e6bd831daa98bd7043d (patch)
tree80c5a110be5a2cea664aa92b0463b1d5147fab07 /examples/tour/src
parenteda1048dbcf5753dc6171c3ee1478ec44468d5e3 (diff)
downloadiced-86dede4c4cc2bca9be7d2e6bd831daa98bd7043d.tar.gz
iced-86dede4c4cc2bca9be7d2e6bd831daa98bd7043d.tar.bz2
iced-86dede4c4cc2bca9be7d2e6bd831daa98bd7043d.zip
Make example work on web and update READMEs
Diffstat (limited to 'examples/tour/src')
-rw-r--r--examples/tour/src/main.rs (renamed from examples/tour/src/iced_ggez/main.rs)0
-rw-r--r--examples/tour/src/tour.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/src/iced_ggez/main.rs b/examples/tour/src/main.rs
index 72774d38..72774d38 100644
--- a/examples/tour/src/iced_ggez/main.rs
+++ b/examples/tour/src/main.rs
diff --git a/examples/tour/src/tour.rs b/examples/tour/src/tour.rs
index fd9c2dde..04740fce 100644
--- a/examples/tour/src/tour.rs
+++ b/examples/tour/src/tour.rs
@@ -16,7 +16,7 @@ impl Tour {
steps: Steps::new(),
back_button: button::State::new(),
next_button: button::State::new(),
- debug: true,
+ debug: false,
}
}