diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-27 20:26:31 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-27 20:26:31 -0800 |
commit | c8b69412b2f0cfc1db4c8d21e2b784ce023a5180 (patch) | |
tree | 8c6ea6d0a53452d733eda1e515de25afee956fef /Cargo.toml | |
parent | 1bf7bb8e12453ad1a27d1b990032c205704418ba (diff) | |
download | alacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.tar.gz alacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.zip |
Rasterizer uses DPI from Glutin
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" |