From a8024f64c78941ac2e36ef07ed545a176c2d5c12 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Thu, 2 Jun 2016 19:54:16 -0700 Subject: Update Cargo dependencies Most importantly, freetype-rs was updated to use freetype-sys 0.4 which includes the LCD_FILTER apis. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5a3d08e8..ef2cdf32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" [dependencies] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } -freetype-rs = "0.5.0" +freetype-rs = "0.9.0" libc = "*" cgmath = "0.7" euclid = "0.6" -- cgit v1.2.3-54-g00ecf