summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-21 18:11:31 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-21 18:11:31 +0700
commit4de27142133b2dd6f780f0f955f620787102e581 (patch)
tree57e150dcc97c3d5447fd8b4566ddcf41e2132258 /Cargo.toml
parent552b7a1307ceaf83d00cbee88dc33ae5d92ee53e (diff)
downloadiced-4de27142133b2dd6f780f0f955f620787102e581.tar.gz
iced-4de27142133b2dd6f780f0f955f620787102e581.tar.bz2
iced-4de27142133b2dd6f780f0f955f620787102e581.zip
Remove `winit` example
... we can extend an existing example instead!
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5ceb20f..329877c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,6 @@ members = [
"examples/counter",
"examples/custom_widget",
"examples/download_progress",
- "examples/winit",
"examples/events",
"examples/game_of_life",
"examples/geometry",