diff options
author | 2021-08-30 16:12:20 +0700 | |
---|---|---|
committer | 2021-08-30 16:12:20 +0700 | |
commit | 4aa741af17ce9edec921be4a40b16301274289be (patch) | |
tree | b0b062f5c9a900b8b777845d66572370bb9a717f /glutin | |
parent | 9ab6923e943f784985e9ef9ca28b10278297225d (diff) | |
download | iced-4aa741af17ce9edec921be4a40b16301274289be.tar.gz iced-4aa741af17ce9edec921be4a40b16301274289be.tar.bz2 iced-4aa741af17ce9edec921be4a40b16301274289be.zip |
Update `winit` and `glutin` dependencies
Fixes #1005 and closes #1007.
Diffstat (limited to 'glutin')
-rw-r--r-- | glutin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index b8484e9d..4300d77c 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -16,7 +16,7 @@ debug = ["iced_winit/debug"] [dependencies.glutin] version = "0.27" git = "https://github.com/iced-rs/glutin" -rev = "78a2ca5d9f78551d7d3144d5de2d9f6d47d455f3" +rev = "849352f1cb7021b7514a3104daf3e6236c915dac" [dependencies.iced_native] version = "0.4" |