summaryrefslogtreecommitdiffstats
path: root/examples/pure/stateless_component/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-04-18 08:51:49 -0700
committerLibravatar Nick Senger <nicks@lich.io>2022-04-18 08:51:49 -0700
commit11986547cbe772fa0bb863cefc3fff7877d1a6d5 (patch)
treed62b5763c1c1fe85c42677088421cd562246f667 /examples/pure/stateless_component/Cargo.toml
parent26b68d74f34b5f53184ae3d2938000fe29268f02 (diff)
downloadiced-11986547cbe772fa0bb863cefc3fff7877d1a6d5.tar.gz
iced-11986547cbe772fa0bb863cefc3fff7877d1a6d5.tar.bz2
iced-11986547cbe772fa0bb863cefc3fff7877d1a6d5.zip
add example
Diffstat (limited to 'examples/pure/stateless_component/Cargo.toml')
-rw-r--r--examples/pure/stateless_component/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/pure/stateless_component/Cargo.toml b/examples/pure/stateless_component/Cargo.toml
new file mode 100644
index 00000000..d89ebf85
--- /dev/null
+++ b/examples/pure/stateless_component/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "stateless_component"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../../..", features = ["debug", "pure"] }
+iced_native = { path = "../../../native" }
+iced_lazy = { path = "../../../lazy", features = ["pure"] }
+iced_pure = { path = "../../../pure" }