From 7ec474730478749530bbac7e7c90ecc8c64f4748 Mon Sep 17 00:00:00 2001
From: Wyatt Herkamp <wherkamp@kingtux.me>
Date: Mon, 15 Aug 2022 08:10:28 -0400
Subject: Update `winit` and `glutin` forks

---
 glutin/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'glutin/Cargo.toml')

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"
-- 
cgit