diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-10 01:51:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 01:51:37 +0000 |
commit | c34ec12c309695e4c14d8e50b5f3f54198f70775 (patch) | |
tree | f88bee2818c0208fc288de3d7f9b283cc9c7077b /Cargo.toml | |
parent | dd1413eb4d4f8cb170458155e5156e569c14130e (diff) | |
download | alacritty-c34ec12c309695e4c14d8e50b5f3f54198f70775.tar.gz alacritty-c34ec12c309695e4c14d8e50b5f3f54198f70775.zip |
Bump glutin to 0.22.0
Fixes #3165.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,4 +14,3 @@ incremental = false [patch.crates-io] servo-freetype-sys = { path = "servo-freetype-proxy" } -winit = { git = "https://github.com/rust-windowing/winit", rev = "d1c6506865c7bddbb5fb4d80a613e43ddc1370b5" } |