summaryrefslogtreecommitdiffstats
path: root/examples/cached/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-08-05 15:40:55 -0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 02:23:19 +0100
commit50eb9e34b8ea939c263c1f548ef3f228400d4bda (patch)
tree9cb81212dabed5b4bcf74236a83098544cb936c7 /examples/cached/Cargo.toml
parent71381418116afc1f9c40c8faf2cb1e53072a1cfa (diff)
downloadiced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.tar.gz
iced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.tar.bz2
iced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.zip
add example
Diffstat (limited to 'examples/cached/Cargo.toml')
-rw-r--r--examples/cached/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/cached/Cargo.toml b/examples/cached/Cargo.toml
new file mode 100644
index 00000000..21f59886
--- /dev/null
+++ b/examples/cached/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "pure_cached"
+version = "0.1.0"
+authors = ["Nick Senger <dev@nsenger.com>"]
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["debug"] }
+iced_native = { path = "../../native" }
+iced_lazy = { path = "../../lazy" }