diff options
author | 2021-11-08 15:29:58 +0700 | |
---|---|---|
committer | 2021-11-29 15:04:13 +0700 | |
commit | 010b62b9ee20b03053ab538a5910795bc0618378 (patch) | |
tree | 6b75a4844239bd93e0a125e6f9d81a356f268f28 /Cargo.toml | |
parent | bffa7203dfd333b699bc29a22c74fb602eea4ea1 (diff) | |
download | iced-010b62b9ee20b03053ab538a5910795bc0618378.tar.gz iced-010b62b9ee20b03053ab538a5910795bc0618378.tar.bz2 iced-010b62b9ee20b03053ab538a5910795bc0618378.zip |
Draft `component` example :tada:
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ members = [ "examples/bezier_tool", "examples/clock", "examples/color_palette", + "examples/component", "examples/counter", "examples/custom_widget", "examples/download_progress", |