diff options
author | 2024-02-15 03:22:53 +0100 | |
---|---|---|
committer | 2024-02-15 03:22:53 +0100 | |
commit | e9862f8913becb82073b03945049da067ff096e4 (patch) | |
tree | 12b83de487117174b74f8819dd817dbdf4c8a27d /winit/src/lib.rs | |
parent | 7555487503234cdac0646db8ed47ec652ccfe8f4 (diff) | |
download | iced-e9862f8913becb82073b03945049da067ff096e4.tar.gz iced-e9862f8913becb82073b03945049da067ff096e4.tar.bz2 iced-e9862f8913becb82073b03945049da067ff096e4.zip |
Point doc links to `0.12` branch
Diffstat (limited to 'winit/src/lib.rs')
-rw-r--r-- | winit/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/src/lib.rs b/winit/src/lib.rs index 948576a2..3b1b0d3a 100644 --- a/winit/src/lib.rs +++ b/winit/src/lib.rs @@ -11,7 +11,7 @@ //! Additionally, a [`conversion`] module is available for users that decide to //! implement a custom event loop. //! -//! [`iced_runtime`]: https://github.com/iced-rs/iced/tree/0.10/runtime +//! [`iced_runtime`]: https://github.com/iced-rs/iced/tree/0.12/runtime //! [`winit`]: https://github.com/rust-windowing/winit //! [`conversion`]: crate::conversion #![doc( |