summaryrefslogtreecommitdiffstats
path: root/examples/panes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/panes/Cargo.toml')
-rw-r--r--examples/panes/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/panes/Cargo.toml b/examples/panes/Cargo.toml
new file mode 100644
index 00000000..dc94cc2c
--- /dev/null
+++ b/examples/panes/Cargo.toml
@@ -0,0 +1,12 @@
+[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"] }
+iced_native = { path = "../../native" }
+clock = { path = "../clock" }
+stopwatch = { path = "../stopwatch" }