diff options
author | 2020-09-27 13:05:20 -0700 | |
---|---|---|
committer | 2020-10-03 12:58:28 -0700 | |
commit | 159e8a6abc222fa3d2c92a86898f9d313b02ee6c (patch) | |
tree | 6c9076ff610032400ccd1749d4b8a9d4534e08a5 /glutin/Cargo.toml | |
parent | 4f2962d73f3bdeeca8a11817e404c45e91e2c2cc (diff) | |
download | iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.gz iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.bz2 iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.zip |
update to winit 0.23 api
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r-- | glutin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 4652112c..b298134c 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_winit/debug"] [dependencies] -glutin = "0.24" +glutin = "0.25" [dependencies.iced_native] version = "0.2" |