summaryrefslogtreecommitdiffstats
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
parent7ab584ce96dcce3d70928bd3cb07eebe87b56481 (diff)
downloadiced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.tar.gz
iced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.tar.bz2
iced-d6b1a9269e79c7273c2679f5619244046ccbd9d4.zip
Update `winit` and `glutin` forks
-rw-r--r--glutin/Cargo.toml4
-rw-r--r--winit/Cargo.toml4
2 files changed, 4 insertions, 4 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"
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index a912d5e6..bfcfacbc 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -19,9 +19,9 @@ log = "0.4"
thiserror = "1.0"
[dependencies.winit]
-version = "0.25"
+version = "0.26"
git = "https://github.com/iced-rs/winit"
-rev = "1e6623c4d06d110e5408dcbdf1edebd07e6a200e"
+rev = "02a12380960cec2f351c09a33d6a7cc2789d96a6"
[dependencies.iced_native]
version = "0.4"