summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-21 13:42:58 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-21 13:42:58 +0200
commit05889ecea82365b2af812a2902f1722660235259 (patch)
tree026b549c3a40d4e5aa7194fd32073b94c69c006b /examples
parent86dede4c4cc2bca9be7d2e6bd831daa98bd7043d (diff)
downloadiced-05889ecea82365b2af812a2902f1722660235259.tar.gz
iced-05889ecea82365b2af812a2902f1722660235259.tar.bz2
iced-05889ecea82365b2af812a2902f1722660235259.zip
Add `wasm-pack` link
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md4
-rw-r--r--examples/tour/README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 5ca0eb69..4e83faf1 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -29,7 +29,7 @@ The implementation consists of different modules:
- __[`widget`]__ conditionally re-exposes the correct platform widgets based
on the target architecture.
- __[`main`]__ integrates Iced with [`ggez`] and connects the [`tour`] with
- the [`renderer`].
+ the native [`renderer`].
- __[`lib`]__ exposes the [`tour`] types and conditionally implements the
WebAssembly entrypoint in the [`web`] module.
@@ -61,10 +61,12 @@ python3 -m http.server
[`ggez`]: https://github.com/ggez/ggez
[`tour`]: tour/src/tour.rs
[`iced_ggez`]: tour/src/iced_ggez
+[`renderer`]: src/iced_ggez/renderer
[`widget`]: tour/src/widget.rs
[`main`]: tour/src/main.rs
[`lib`]: tour/src/lib.rs
[`web`]: tour/src/web.rs
+[`wasm-pack`]: https://rustwasm.github.io/wasm-pack/installer/
[personal fork]: https://github.com/hecrj/ggez
[add a `FontCache` type]: https://github.com/ggez/ggez/pull/679
[fix some issues with HiDPI]: https://github.com/hecrj/ggez/commit/dfe2fd2423c51a6daf42c75f66dfaeaacd439fb1
diff --git a/examples/tour/README.md b/examples/tour/README.md
index a33de7f5..7ef1a212 100644
--- a/examples/tour/README.md
+++ b/examples/tour/README.md
@@ -21,7 +21,7 @@ The implementation consists of different modules:
- __[`widget`]__ conditionally re-exposes the correct platform widgets based
on the target architecture.
- __[`main`]__ integrates Iced with [`ggez`] and connects the [`tour`] with
- the [`renderer`].
+ the native [`renderer`].
- __[`lib`]__ exposes the [`tour`] types and conditionally implements the
WebAssembly entrypoint in the [`web`] module.
@@ -53,10 +53,12 @@ python3 -m http.server
[`ggez`]: https://github.com/ggez/ggez
[`tour`]: src/tour.rs
[`iced_ggez`]: src/iced_ggez
+[`renderer`]: src/iced_ggez/renderer
[`widget`]: src/widget.rs
[`main`]: src/main.rs
[`lib`]: src/lib.rs
[`web`]: src/web.rs
+[`wasm-pack`]: https://rustwasm.github.io/wasm-pack/installer/
[personal fork]: https://github.com/hecrj/ggez
[add a `FontCache` type]: https://github.com/ggez/ggez/pull/679
[fix some issues with HiDPI]: https://github.com/hecrj/ggez/commit/dfe2fd2423c51a6daf42c75f66dfaeaacd439fb1