summaryrefslogtreecommitdiffstats
path: root/glutin/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Wyatt Herkamp <wherkamp@kingtux.me>2022-08-15 08:10:28 -0400
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-08-29 14:20:02 +0200
commit7ec474730478749530bbac7e7c90ecc8c64f4748 (patch)
tree932ed92130461756a63e38abf0dd8513f4daf50a /glutin/Cargo.toml
parent94fc3d993e3eb5f4646b3e6559e7b25a9f227460 (diff)
downloadiced-7ec474730478749530bbac7e7c90ecc8c64f4748.tar.gz
iced-7ec474730478749530bbac7e7c90ecc8c64f4748.tar.bz2
iced-7ec474730478749530bbac7e7c90ecc8c64f4748.zip
Update `winit` and `glutin` forks
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r--glutin/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index 5ad038c0..d84f9d70 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -18,9 +18,9 @@ system = ["iced_winit/system"]
version = "0.4"
[dependencies.glutin]
-version = "0.28"
+version = "0.29"
git = "https://github.com/iced-rs/glutin"
-rev = "7a0ee02782eb2bf059095e0c953c4bb53f1eef0e"
+rev = "da8d291486b4c9bec12487a46c119c4b1d386abf"
[dependencies.iced_native]
version = "0.5"