diff options
author | 2023-05-25 23:04:29 +0200 | |
---|---|---|
committer | 2023-05-25 23:04:29 +0200 | |
commit | 60d17d68d665d2de5abd8c5f3c3d146f4534d365 (patch) | |
tree | a33dd3f997acf8c7a39f379b9acde5072cd5442a /winit | |
parent | ece04c1a8de8fc4f943061d38d31e6e9eb07740d (diff) | |
download | iced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.tar.gz iced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.tar.bz2 iced-60d17d68d665d2de5abd8c5f3c3d146f4534d365.zip |
Update `winit` dependency
Diffstat (limited to 'winit')
-rw-r--r-- | winit/Cargo.toml | 4 |
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] |