Make example work on web and update READMEs

This commit is contained in:
Héctor Ramón Jiménez 2019-09-21 13:38:14 +02:00
parent eda1048dbc
commit 86dede4c4c
13 changed files with 101 additions and 32 deletions

View file

@ -16,7 +16,7 @@ impl Tour {
steps: Steps::new(),
back_button: button::State::new(),
next_button: button::State::new(),
debug: true,
debug: false,
}
}