diff options
author | 2020-02-08 20:02:31 +0100 | |
---|---|---|
committer | 2020-02-08 20:02:31 +0100 | |
commit | 95880ca74bddb6a23774621ef766b91956d40a61 (patch) | |
tree | be7cb1428c877a58c50abb843dc1964f7a012c48 /winit/Cargo.toml | |
parent | 4e9e051caaf76e2c76aaa79c2463409a8280265f (diff) | |
parent | 8e4741ad778e227628d36dcfc748c5cdc23310f3 (diff) | |
download | iced-95880ca74bddb6a23774621ef766b91956d40a61.tar.gz iced-95880ca74bddb6a23774621ef766b91956d40a61.tar.bz2 iced-95880ca74bddb6a23774621ef766b91956d40a61.zip |
Merge pull request #181 from Imberflur/improvement/update-winit
Update `winit` to `0.21`
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index cef41e9c..63df1d63 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = [] [dependencies] -winit = { version = "0.20.0-alpha3", git = "https://github.com/hecrj/winit", rev = "709808eb4e69044705fcb214bcc30556db761405"} +winit = "0.21" log = "0.4" [dependencies.iced_native] |