summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parentbffa7203dfd333b699bc29a22c74fb602eea4ea1 (diff)
downloadiced-010b62b9ee20b03053ab538a5910795bc0618378.tar.gz
iced-010b62b9ee20b03053ab538a5910795bc0618378.tar.bz2
iced-010b62b9ee20b03053ab538a5910795bc0618378.zip
Draft `component` example :tada:
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39f32a25..f91e4a84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,7 @@ members = [
"examples/bezier_tool",
"examples/clock",
"examples/color_palette",
+ "examples/component",
"examples/counter",
"examples/custom_widget",
"examples/download_progress",