summaryrefslogtreecommitdiffstats
path: root/glutin
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-10-08 03:55:02 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-08 03:55:02 +0200
commit2e0ba65a201da0948e609cf2ddfa3d7a9eea64c7 (patch)
treea875b3202b98914f2d8fcc9745c6e192dfb83b12 /glutin
parentc393e450a1e314873667edb32e9ea3775d595c94 (diff)
parent16cd38a198f8bd94c8957eee9165dde4e8f85c68 (diff)
downloadiced-2e0ba65a201da0948e609cf2ddfa3d7a9eea64c7.tar.gz
iced-2e0ba65a201da0948e609cf2ddfa3d7a9eea64c7.tar.bz2
iced-2e0ba65a201da0948e609cf2ddfa3d7a9eea64c7.zip
Merge pull request #542 from aentity/winit_023
update to winit 0.23 api
Diffstat (limited to '')
-rw-r--r--glutin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index 4652112c..b298134c 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -14,7 +14,7 @@ categories = ["gui"]
debug = ["iced_winit/debug"]
[dependencies]
-glutin = "0.24"
+glutin = "0.25"
[dependencies.iced_native]
version = "0.2"