summaryrefslogtreecommitdiffstats
path: root/glutin
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-10-31 16:57:57 -0300
committerLibravatar bungoboingo <shankern@protonmail.com>2023-01-09 11:27:04 -0800
commitaa7164fdde0cf879139e457555c3985d4e9111f0 (patch)
treea8c074adf6684ec9ca2b809117150ce11a41485f /glutin
parentf93fa0254329ebddca21ea1a79bd8ee6d8b4bdaf (diff)
downloadiced-aa7164fdde0cf879139e457555c3985d4e9111f0.tar.gz
iced-aa7164fdde0cf879139e457555c3985d4e9111f0.tar.bz2
iced-aa7164fdde0cf879139e457555c3985d4e9111f0.zip
update `glutin` to 0.30
Diffstat (limited to 'glutin')
-rw-r--r--glutin/Cargo.toml4
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"