diff options
author | Sam Rijs <srijs@airpost.net> | 2018-03-01 06:52:42 +1100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-02-28 19:52:42 +0000 |
commit | 8045737d58ccab07814941e08b7bfcd7e2f9bbb2 (patch) | |
tree | 05f4f198851dd6df484b83464e3112ddafa3a7da /font | |
parent | 0afc86cba0b029b541caeeafc04f61990381a3c0 (diff) | |
download | alacritty-8045737d58ccab07814941e08b7bfcd7e2f9bbb2.tar.gz alacritty-8045737d58ccab07814941e08b7bfcd7e2f9bbb2.zip |
Upgrade dependencies
Upgrading glutin to the latest version allows building alacritty even
with old XRandr versions.
This is relevant for Debian machines (and other ancient systems).
Diffstat (limited to 'font')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index d6bc5d63..47b0e697 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -6,7 +6,7 @@ description = "Font rendering using the best available solution per platform" license = "Apache-2.0" [dependencies] -euclid = "0.16" +euclid = "0.17" libc = "0.2" foreign-types = "0.3" log = "0.4" |