diff options
author | 2021-06-25 15:38:30 +0200 | |
---|---|---|
committer | 2021-06-25 17:33:40 +0200 | |
commit | 52d44769a332d1d96a5e9292805a5884073b9185 (patch) | |
tree | 86c607e307a120c1f9aa76d1addc5cdd92bb8a34 /Cargo.toml | |
parent | 06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f (diff) | |
download | iced-52d44769a332d1d96a5e9292805a5884073b9185.tar.gz iced-52d44769a332d1d96a5e9292805a5884073b9185.tar.bz2 iced-52d44769a332d1d96a5e9292805a5884073b9185.zip |
add initial attempt at adding winit example
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ members = [ "examples/counter", "examples/custom_widget", "examples/download_progress", + "examples/winit", "examples/events", "examples/game_of_life", "examples/geometry", |