From 8045737d58ccab07814941e08b7bfcd7e2f9bbb2 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Thu, 1 Mar 2018 06:52:42 +1100 Subject: 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). --- font/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font') 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" -- cgit v1.2.3