summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-25 23:04:29 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-25 23:04:29 +0200
commit60d17d68d665d2de5abd8c5f3c3d146f4534d365 (patch)
treea33dd3f997acf8c7a39f379b9acde5072cd5442a /winit
parentece04c1a8de8fc4f943061d38d31e6e9eb07740d (diff)
downloadiced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.tar.gz
iced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.tar.bz2
iced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.zip
Update `winit` dependency
Diffstat (limited to 'winit')
-rw-r--r--winit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 342cbc5d..7a169fb1 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -30,8 +30,8 @@ raw-window-handle = "0.5"
[dependencies.winit]
version = "0.28"
-git = "https://github.com/nicoburns/winit.git"
-rev = "dd5fcaf30114baf876677d997e362c23d7d134c8"
+git = "https://github.com/iced-rs/winit.git"
+rev = "ac1ddfe0bd870910b3aa64a18d386fdd55b30a1d"
default-features = false
[dependencies.iced_runtime]