diff options
Diffstat (limited to '')
-rw-r--r-- | glutin/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |