From 858c086eeee4284a5a7b3e49cb3c112d204e53c3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 14 Mar 2020 03:39:20 +0100 Subject: Remove `pane_grid` example for now It's too contrived. I will work on something simpler. --- examples/pane_grid/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index 6d8573bd..00000000 --- a/examples/pane_grid/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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