summaryrefslogtreecommitdiffstats
path: root/examples/panes/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-04 04:10:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-04 04:10:26 +0100
commit012b4adec7a87331b2d75f6bc5d2a0189dcd7ec5 (patch)
treece668596d734fe9fe04e1fa40cb932cd3e1c1789 /examples/panes/Cargo.toml
parent02091267bf38d4da5efab57e9b63504804b3a468 (diff)
downloadiced-012b4adec7a87331b2d75f6bc5d2a0189dcd7ec5.tar.gz
iced-012b4adec7a87331b2d75f6bc5d2a0189dcd7ec5.tar.bz2
iced-012b4adec7a87331b2d75f6bc5d2a0189dcd7ec5.zip
Draft `Panes` widget and `panes` example
Diffstat (limited to '')
-rw-r--r--examples/panes/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/panes/Cargo.toml b/examples/panes/Cargo.toml
new file mode 100644
index 00000000..174d2cde
--- /dev/null
+++ b/examples/panes/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "panes"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["async-std"] }
+clock = { path = "../clock" }
+stopwatch = { path = "../stopwatch" }