summaryrefslogtreecommitdiffstats
path: root/examples/component/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-11-08 15:29:58 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-11-29 15:04:13 +0700
commit010b62b9ee20b03053ab538a5910795bc0618378 (patch)
tree6b75a4844239bd93e0a125e6f9d81a356f268f28 /examples/component/Cargo.toml
parentbffa7203dfd333b699bc29a22c74fb602eea4ea1 (diff)
downloadiced-010b62b9ee20b03053ab538a5910795bc0618378.tar.gz
iced-010b62b9ee20b03053ab538a5910795bc0618378.tar.bz2
iced-010b62b9ee20b03053ab538a5910795bc0618378.zip
Draft `component` example :tada:
Diffstat (limited to 'examples/component/Cargo.toml')
-rw-r--r--examples/component/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/component/Cargo.toml b/examples/component/Cargo.toml
new file mode 100644
index 00000000..5761db9f
--- /dev/null
+++ b/examples/component/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "component"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["debug"] }
+iced_native = { path = "../../native" }
+iced_lazy = { path = "../../lazy" }