summaryrefslogtreecommitdiffstats
path: root/glutin
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-12-12 00:54:25 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-12-12 00:54:25 +0100
commit742086e19063c6ea35195a3e84619ae2b5503a68 (patch)
tree6ac8de07e4d6d50ef75b96a21ebd20b411ef8a56 /glutin
parentd16b9cf7cd98a3d65ea5408ac9b72298cb267e85 (diff)
downloadiced-742086e19063c6ea35195a3e84619ae2b5503a68.tar.gz
iced-742086e19063c6ea35195a3e84619ae2b5503a68.tar.bz2
iced-742086e19063c6ea35195a3e84619ae2b5503a68.zip
Update `winit` and `glutin`
We avoid a breaking change in `mouse::Button::Other` for the time being.
Diffstat (limited to 'glutin')
-rw-r--r--glutin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index c6b9a34f..505ee7e5 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -14,7 +14,7 @@ categories = ["gui"]
debug = ["iced_winit/debug"]
[dependencies]
-glutin = "0.25"
+glutin = "0.26"
[dependencies.iced_native]
version = "0.3"