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/panes/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/panes/Cargo.toml (limited to 'examples/panes/Cargo.toml') diff --git a/examples/panes/Cargo.toml b/examples/panes/Cargo.toml deleted file mode 100644 index dc94cc2c..00000000 --- a/examples/panes/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name = "panes" -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