diff options
author | Joe Wilm <joe@jwilm.com> | 2016-11-19 18:37:17 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-11-19 21:34:22 -0800 |
commit | 3db0bcb2a7672bff7f11da11fd18f735cab60d5b (patch) | |
tree | e25bab736457661d183be11b235e93bc7b35e601 /Cargo.toml | |
parent | 0dfba3018115bb3b7c0e93add421e2f8f1454126 (diff) | |
download | alacritty-3db0bcb2a7672bff7f11da11fd18f735cab60d5b.tar.gz alacritty-3db0bcb2a7672bff7f11da11fd18f735cab60d5b.zip |
Fix glutin wayland
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ gl_generator = "0.5" [dependencies.glutin] git = "https://github.com/jwilm/glutin" -rev = "78838c1e1497dc8a1b1c8f69da7a6f3cd7da15c1" +rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf" [profile.release] |