From 745aa49025a99f08680ffe44a5f40ad14abf5808 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:32:31 +0100 Subject: Update example links to point to `0.2` branch --- glow/src/widget/pane_grid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow') diff --git a/glow/src/widget/pane_grid.rs b/glow/src/widget/pane_grid.rs index 69229927..c26dde48 100644 --- a/glow/src/widget/pane_grid.rs +++ b/glow/src/widget/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/hecrj/iced/tree/0.1/examples/pane_grid +//! [`pane_grid` example]: https://github.com/hecrj/iced/tree/0.2/examples/pane_grid use crate::Renderer; pub use iced_native::pane_grid::{ -- cgit From f78108a514563411e617715443bba53f4f4610ec Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:48:12 +0100 Subject: Bump versions :tada: --- glow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow') diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 0178f9f7..3f85e52d 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -24,7 +24,7 @@ bytemuck = "1.4" log = "0.4" [dependencies.iced_native] -version = "0.2" +version = "0.3" path = "../native" [dependencies.iced_graphics] -- cgit