From c8b69412b2f0cfc1db4c8d21e2b784ce023a5180 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sat, 27 Feb 2016 20:26:31 -0800 Subject: Rasterizer uses DPI from Glutin --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 74efab0a..b2a78b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,12 @@ license = "Apache-2.0" servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } freetype-rs = "0.5.0" libc = "*" -glutin = "*" gl = "*" cgmath = "0.7" euclid = "0.6" + +[dependencies.glutin] +git = "https://github.com/jwilm/glutin" +rev = "c95e6973ace3cbf321123a64588b27f032675be9" +# version = "*" +# path = "../glutin" -- cgit v1.2.3-54-g00ecf