diff options
author | 2024-09-18 02:38:49 +0200 | |
---|---|---|
committer | 2024-09-18 02:38:49 +0200 | |
commit | 40ea3dabff991843396d4703d485169d0dd90845 (patch) | |
tree | f1c38d25133c1f161945b35bc65c9d9b745190a0 /winit/src/lib.rs | |
parent | 5a51d19e270e5df7a91e1e953ec9b38250227578 (diff) | |
download | iced-40ea3dabff991843396d4703d485169d0dd90845.tar.gz iced-40ea3dabff991843396d4703d485169d0dd90845.tar.bz2 iced-40ea3dabff991843396d4703d485169d0dd90845.zip |
Bump version to `0.13.0` :tada:
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 3c11b72a..ed2910d6 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.12/runtime +//! [`iced_runtime`]: https://github.com/iced-rs/iced/tree/0.13/runtime //! [`winit`]: https://github.com/rust-windowing/winit //! [`conversion`]: crate::conversion #![doc( |