From aa7164fdde0cf879139e457555c3985d4e9111f0 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 31 Oct 2022 16:57:57 -0300 Subject: update `glutin` to 0.30 --- 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 75a38d22..addaa16c 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -20,9 +20,9 @@ multi_window = ["iced_winit/multi_window"] version = "0.4" [dependencies.glutin] -version = "0.29" +version = "0.30" git = "https://github.com/derezzedex/glutin" -rev = "e72ea919f95106cfdfdce3e7dcfdbf71a432840a" +rev = "2a2a97209c49929027beced68e1989b8486bdec9" [dependencies.iced_native] version = "0.7" -- cgit