From 6151c528241d0a6ece88e6e664df1b50f8174ecb Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Mar 2020 02:57:13 +0100 Subject: Rename `Panes` widget to `PaneGrid` --- examples/pane_grid/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/pane_grid/Cargo.toml (limited to 'examples/pane_grid/Cargo.toml') diff --git a/examples/pane_grid/Cargo.toml b/examples/pane_grid/Cargo.toml new file mode 100644 index 00000000..6d8573bd --- /dev/null +++ b/examples/pane_grid/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "pane_grid" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez "] +edition = "2018" +publish = false + +[dependencies] +iced = { path = "../..", features = ["async-std"] } +iced_native = { path = "../../native" } +clock = { path = "../clock" } +stopwatch = { path = "../stopwatch" } -- cgit