diff options
author | 2022-10-31 16:57:57 -0300 | |
---|---|---|
committer | 2023-01-09 11:27:04 -0800 | |
commit | aa7164fdde0cf879139e457555c3985d4e9111f0 (patch) | |
tree | a8c074adf6684ec9ca2b809117150ce11a41485f /glutin/Cargo.toml | |
parent | f93fa0254329ebddca21ea1a79bd8ee6d8b4bdaf (diff) | |
download | iced-aa7164fdde0cf879139e457555c3985d4e9111f0.tar.gz iced-aa7164fdde0cf879139e457555c3985d4e9111f0.tar.bz2 iced-aa7164fdde0cf879139e457555c3985d4e9111f0.zip |
update `glutin` to 0.30
Diffstat (limited to 'glutin/Cargo.toml')
-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" |