Point iced_web links to the new standalone repository
This commit is contained in:
parent
1a737b8e20
commit
12060f823f
3 changed files with 5 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ Finally, [`iced`] unifies everything into a simple abstraction to create cross-p
|
||||||
[`iced_futures`]: futures
|
[`iced_futures`]: futures
|
||||||
[`iced_style`]: style
|
[`iced_style`]: style
|
||||||
[`iced_native`]: native
|
[`iced_native`]: native
|
||||||
[`iced_web`]: web
|
[`iced_web`]: https://github.com/iced-rs/iced_web
|
||||||
[`iced_graphics`]: graphics
|
[`iced_graphics`]: graphics
|
||||||
[`iced_wgpu`]: wgpu
|
[`iced_wgpu`]: wgpu
|
||||||
[`iced_glow`]: glow
|
[`iced_glow`]: glow
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ The __[`main`](tour/src/main.rs)__ file contains all the code of the example! Al
|
||||||
[`iced_winit`]: ../winit
|
[`iced_winit`]: ../winit
|
||||||
[`iced_native`]: ../native
|
[`iced_native`]: ../native
|
||||||
[`iced_wgpu`]: ../wgpu
|
[`iced_wgpu`]: ../wgpu
|
||||||
[`iced_web`]: ../web
|
[`iced_web`]: https://github.com/iced-rs/iced_web
|
||||||
[`winit`]: https://github.com/rust-windowing/winit
|
[`winit`]: https://github.com/rust-windowing/winit
|
||||||
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
|
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
|
||||||
|
|
||||||
|
|
@ -29,7 +29,7 @@ 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 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
|
||||||
|
|
||||||
## [Todos](todos)
|
## [Todos](todos)
|
||||||
A todos tracker inspired by [TodoMVC]. It showcases dynamic layout, text input, checkboxes, scrollables, icons, and async actions! It automatically saves your tasks in the background, even if you did not finish typing them.
|
A todos tracker inspired by [TodoMVC]. It showcases dynamic layout, text input, checkboxes, scrollables, icons, and async actions! It automatically saves your tasks in the background, even if you did not finish typing them.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ The __[`main`]__ file contains all the code of the example! All the cross-platfo
|
||||||
[`iced_winit`]: ../../winit
|
[`iced_winit`]: ../../winit
|
||||||
[`iced_native`]: ../../native
|
[`iced_native`]: ../../native
|
||||||
[`iced_wgpu`]: ../../wgpu
|
[`iced_wgpu`]: ../../wgpu
|
||||||
[`iced_web`]: ../../web
|
[`iced_web`]: https://github.com/iced-rs/iced_web
|
||||||
[`winit`]: https://github.com/rust-windowing/winit
|
[`winit`]: https://github.com/rust-windowing/winit
|
||||||
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
|
[`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 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue