aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-02-27 20:26:31 -0800
committerJoe Wilm <joe@jwilm.com>2016-02-27 20:26:31 -0800
commitc8b69412b2f0cfc1db4c8d21e2b784ce023a5180 (patch)
tree8c6ea6d0a53452d733eda1e515de25afee956fef /Cargo.toml
parent1bf7bb8e12453ad1a27d1b990032c205704418ba (diff)
downloadalacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.tar.gz
alacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.zip
Rasterizer uses DPI from Glutin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
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"