summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parent71381418116afc1f9c40c8faf2cb1e53072a1cfa (diff)
downloadiced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.tar.gz
iced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.tar.bz2
iced-50eb9e34b8ea939c263c1f548ef3f228400d4bda.zip
add example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c6a435a..d855e82a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ members = [
"winit",
"examples/arc",
"examples/bezier_tool",
+ "examples/cached",
"examples/clock",
"examples/color_palette",
"examples/component",