Make tour a simple example instead of a crate
This commit is contained in:
parent
7765e6da50
commit
5286ef36b6
10 changed files with 1 additions and 80 deletions
13
examples/tour.html
Normal file
13
examples/tour.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue