summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-10 21:54:13 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-10 21:54:13 +0700
commit5225e0e304bf5b407977e549c48ce9dea26b8c40 (patch)
tree8358ef6152f743e87a9d83d8deb3aa47e877cd88 /Cargo.toml
parent8f0839e786f8d521f7319dd0e188d43284f526b7 (diff)
downloadiced-5225e0e304bf5b407977e549c48ce9dea26b8c40.tar.gz
iced-5225e0e304bf5b407977e549c48ce9dea26b8c40.tar.bz2
iced-5225e0e304bf5b407977e549c48ce9dea26b8c40.zip
Draft virtual `Button`, `Column`, and `Text`
... as well as a very naive diffing strategy!
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 7a4cecc8..1d4eb883 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ members = [
"examples/tooltip",
"examples/tour",
"examples/url_handler",
+ "examples/virtual_counter",
"examples/websocket",
]