diff options
author | 2023-07-28 19:48:39 +0200 | |
---|---|---|
committer | 2023-07-28 19:48:39 +0200 | |
commit | 126aef88e7647c4690055b4c96aee46ecadcf60e (patch) | |
tree | 3fea494e812839fa4c2034c6cb7468d36ccc3980 /widget/src/pane_grid.rs | |
parent | 78dc341ea82449f1e075e37e67c1ccf66b88e8d6 (diff) | |
download | iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.gz iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.bz2 iced-126aef88e7647c4690055b4c96aee46ecadcf60e.zip |
Bump versions :tada:
Diffstat (limited to 'widget/src/pane_grid.rs')
-rw-r--r-- | widget/src/pane_grid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/pane_grid.rs b/widget/src/pane_grid.rs index 0f4ab9eb..d8c98858 100644 --- a/widget/src/pane_grid.rs +++ b/widget/src/pane_grid.rs @@ -6,7 +6,7 @@ //! The [`pane_grid` example] showcases how to use a [`PaneGrid`] with resizing, //! drag and drop, and hotkey support. //! -//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.9/examples/pane_grid +//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.10/examples/pane_grid mod axis; mod configuration; mod content; |