Draft nodes for missing widgets

This commit is contained in:
Héctor Ramón Jiménez 2019-09-15 18:53:13 +02:00
parent 8834772fa7
commit 655978f480
16 changed files with 191 additions and 36 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Tour - Iced Web</title>
<title>Web Tour - Iced</title>
</head>
<body>
<script type="module">

View file

@ -0,0 +1 @@
../../../../examples/resources/ferris.png

View file

@ -295,8 +295,8 @@ impl<'a> Step {
))
.push(Text::new(
"Iced does not provide a built-in renderer. This example runs \
on a fairly simple renderer built on top of ggez, another \
game library.",
on WebAssembly using dodrio, an experimental VDOM library \
for Rust.",
))
.push(Text::new(
"You will need to interact with the UI in order to reach the \