diff options
Diffstat (limited to 'winit/Cargo.toml')
-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] |