summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-08-29 14:50:40 +0200
committerLibravatar GitHub <noreply@github.com>2022-08-29 14:50:40 +0200
commitab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad (patch)
tree855d8f33fe06806ed884cf4440e568b41a195d38 /winit/Cargo.toml
parent94fc3d993e3eb5f4646b3e6559e7b25a9f227460 (diff)
parent28a30079d1b583fa62b1c48c90cdb8906923fed6 (diff)
downloadiced-ab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad.tar.gz
iced-ab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad.tar.bz2
iced-ab1ac8228f2ab9ef53303e2c5b1770eaa9a513ad.zip
Merge pull request #1410 from wyatt-herkamp/0.27_update
Update `winit` to `0.27` and `glutin` to `0.29`
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml6
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"