diff options
author | 2022-08-15 08:10:28 -0400 | |
---|---|---|
committer | 2022-08-29 14:20:02 +0200 | |
commit | 7ec474730478749530bbac7e7c90ecc8c64f4748 (patch) | |
tree | 932ed92130461756a63e38abf0dd8513f4daf50a /winit/Cargo.toml | |
parent | 94fc3d993e3eb5f4646b3e6559e7b25a9f227460 (diff) | |
download | iced-7ec474730478749530bbac7e7c90ecc8c64f4748.tar.gz iced-7ec474730478749530bbac7e7c90ecc8c64f4748.tar.bz2 iced-7ec474730478749530bbac7e7c90ecc8c64f4748.zip |
Update `winit` and `glutin` forks
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 3b9ae859..f66b92fa 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -20,9 +20,9 @@ log = "0.4" thiserror = "1.0" [dependencies.winit] -version = "0.26" -git = "https://github.com/iced-rs/winit" -rev = "02a12380960cec2f351c09a33d6a7cc2789d96a6" +version = "0.27" +git = "https://github.com/iced-rs/winit.git" +rev = "940457522e9fb9f5dac228b0ecfafe0138b4048c" [dependencies.iced_native] version = "0.5" |