summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-02-08 20:02:31 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-08 20:02:31 +0100
commit95880ca74bddb6a23774621ef766b91956d40a61 (patch)
treebe7cb1428c877a58c50abb843dc1964f7a012c48 /winit/Cargo.toml
parent4e9e051caaf76e2c76aaa79c2463409a8280265f (diff)
parent8e4741ad778e227628d36dcfc748c5cdc23310f3 (diff)
downloadiced-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.toml2
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]