Draft nodes for missing widgets
This commit is contained in:
parent
8834772fa7
commit
655978f480
16 changed files with 191 additions and 36 deletions
|
|
@ -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">
|
||||
|
|
|
|||
1
web/examples/tour/resources/ferris.png
Symbolic link
1
web/examples/tour/resources/ferris.png
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../../examples/resources/ferris.png
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue