summaryrefslogtreecommitdiffstats
path: root/glutin
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-04 13:51:35 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-04 13:51:35 +0700
commitd6b1a9269e79c7273c2679f5619244046ccbd9d4 (patch)
tree3478972e9ffb28bc413071d689ee467d4371d389 /glutin
parent7ab584ce96dcce3d70928bd3cb07eebe87b56481 (diff)
downloadiced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.tar.gz
iced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.tar.bz2
iced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.zip
Update `winit` and `glutin` forks
Diffstat (limited to 'glutin')
-rw-r--r--glutin/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index 976a183e..52efe66c 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -14,9 +14,9 @@ categories = ["gui"]
debug = ["iced_winit/debug"]
[dependencies.glutin]
-version = "0.27"
+version = "0.28"
git = "https://github.com/iced-rs/glutin"
-rev = "492c20605907accf2b5dc2da52284305fd128346"
+rev = "7a0ee02782eb2bf059095e0c953c4bb53f1eef0e"
[dependencies.iced_native]
version = "0.4"