diff options
author | 2022-04-30 13:54:07 +0200 | |
---|---|---|
committer | 2022-04-30 13:54:07 +0200 | |
commit | ac35fe3edf78c1674fe85b37549002e006b0ff13 (patch) | |
tree | a44b86d0160262fd011416adce61ef603474e99d /src/lib.rs | |
parent | a17a7103d382f02c64e7b271d953ea6babffac97 (diff) | |
download | iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.gz iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.bz2 iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.zip |
Point repository links to `0.4` branch in documentation
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -24,13 +24,13 @@ //! [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui //! [Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee //! [Modular ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md -//! [renderer-agnostic native runtime]: https://github.com/hecrj/iced/tree/master/native +//! [renderer-agnostic native runtime]: https://github.com/hecrj/iced/0.4/master/native //! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs -//! [built-in renderer]: https://github.com/hecrj/iced/tree/master/wgpu -//! [windowing shell]: https://github.com/hecrj/iced/tree/master/winit +//! [built-in renderer]: https://github.com/hecrj/iced/tree/0.4/wgpu +//! [windowing shell]: https://github.com/hecrj/iced/tree/0.4/winit //! [`dodrio`]: https://github.com/fitzgen/dodrio -//! [web runtime]: https://github.com/hecrj/iced/tree/master/web -//! [examples]: https://github.com/hecrj/iced/tree/0.3/examples +//! [web runtime]: https://github.com/hecrj/iced/tree/0.4/web +//! [examples]: https://github.com/hecrj/iced/tree/0.4/examples //! [repository]: https://github.com/hecrj/iced //! //! # Overview |