Point iced_web links to the new standalone repository

This commit is contained in:
Héctor Ramón Jiménez 2022-01-31 21:21:44 +07:00
parent 1a737b8e20
commit 12060f823f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ The __[`main`]__ file contains all the code of the example! All the cross-platfo
[`iced_winit`]: ../../winit
[`iced_native`]: ../../native
[`iced_wgpu`]: ../../wgpu
[`iced_web`]: ../../web
[`iced_web`]: https://github.com/iced-rs/iced_web
[`winit`]: https://github.com/rust-windowing/winit
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
@ -25,4 +25,4 @@ cargo run --package tour
The web version can be run by following [the usage instructions of `iced_web`] or by accessing [iced.rs](https://iced.rs/)!
[the usage instructions of `iced_web`]: ../../web#usage
[the usage instructions of `iced_web`]: https://github.com/iced-rs/iced_web#usage