From 5286ef36b6a5eb6846b5675a7a4aced72601df3b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 6 Oct 2019 20:06:13 +0200 Subject: Make `tour` a simple example instead of a crate --- examples/tour.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/tour.html (limited to 'examples/tour.html') diff --git a/examples/tour.html b/examples/tour.html new file mode 100644 index 00000000..b17ac4a2 --- /dev/null +++ b/examples/tour.html @@ -0,0 +1,13 @@ + + + + + Tour - Iced + + + + + -- cgit From 614514081640df35edb9a04bc10c42e951a48f61 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 23 Oct 2019 02:34:11 +0200 Subject: Make `tour` example work on Wasm again --- examples/tour.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/tour.html') diff --git a/examples/tour.html b/examples/tour.html index b17ac4a2..35360e59 100644 --- a/examples/tour.html +++ b/examples/tour.html @@ -6,8 +6,9 @@ -- cgit