Make tour a simple example instead of a crate

This commit is contained in:
Héctor Ramón Jiménez 2019-10-06 20:06:13 +02:00
parent 7765e6da50
commit 5286ef36b6
10 changed files with 1 additions and 80 deletions

13
examples/tour.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Tour - Iced</title>
</head>
<body>
<script type="module">
import init from "./pkg/iced_tour.js";
init("./pkg/iced_tour_bg.wasm");
</script>
</body>
</html>