Merge branch 'master' into basic-renderer

This commit is contained in:
Héctor Ramón Jiménez 2019-10-05 05:42:15 +02:00
commit 957beeebf9

View file

@ -305,9 +305,13 @@ impl<'a> Step {
2D game engine for Rust.", 2D game engine for Rust.",
)) ))
.push(Text::new( .push(Text::new(
"Iced does not provide a built-in renderer. This example runs \ "Iced does not provide a built-in renderer. On native \
on WebAssembly using dodrio, an experimental VDOM library \ platforms, this example runs on a fairly simple renderer \
for Rust.", built on top of ggez, another game library.",
))
.push(Text::new(
"Additionally, this tour can also run on WebAssembly thanks \
to dodrio, an experimental VDOM library for Rust.",
)) ))
.push(Text::new( .push(Text::new(
"You will need to interact with the UI in order to reach the \ "You will need to interact with the UI in order to reach the \