summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar TimUntersberger <timuntersberger2@gmail.com>2021-06-25 15:38:30 +0200
committerLibravatar TimUntersberger <timuntersberger2@gmail.com>2021-06-25 17:33:40 +0200
commit52d44769a332d1d96a5e9292805a5884073b9185 (patch)
tree86c607e307a120c1f9aa76d1addc5cdd92bb8a34 /Cargo.toml
parent06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f (diff)
downloadiced-52d44769a332d1d96a5e9292805a5884073b9185.tar.gz
iced-52d44769a332d1d96a5e9292805a5884073b9185.tar.bz2
iced-52d44769a332d1d96a5e9292805a5884073b9185.zip
add initial attempt at adding winit example
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 329877c8..b5ceb20f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,7 @@ members = [
"examples/counter",
"examples/custom_widget",
"examples/download_progress",
+ "examples/winit",
"examples/events",
"examples/game_of_life",
"examples/geometry",