summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-14 03:39:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-14 03:41:12 +0100
commit858c086eeee4284a5a7b3e49cb3c112d204e53c3 (patch)
treecaae706d5370517116f4c714914606e0e3ab873d /examples/pane_grid/Cargo.toml
parent26b9541bcab99bba66f2cf9bcae62a3adc95283c (diff)
downloadiced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.gz
iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.bz2
iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.zip
Remove `pane_grid` example for now
It's too contrived. I will work on something simpler.
Diffstat (limited to 'examples/pane_grid/Cargo.toml')
-rw-r--r--examples/pane_grid/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
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 <hector0193@gmail.com>"]
-edition = "2018"
-publish = false
-
-[dependencies]
-iced = { path = "../..", features = ["async-std"] }
-iced_native = { path = "../../native" }
-clock = { path = "../clock" }
-stopwatch = { path = "../stopwatch" }