diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-24 19:08:57 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-24 19:08:57 -0800 |
commit | 400e4c92a77f875c502847f727cde5f433835b14 (patch) | |
tree | 27335adc6cdebbe9d1f60c581018b6bc0fcb800b /Cargo.lock | |
parent | 9f8aa9c315c4ac63cbe239b50f51a938b3882435 (diff) | |
download | alacritty-400e4c92a77f875c502847f727cde5f433835b14.tar.gz alacritty-400e4c92a77f875c502847f727cde5f433835b14.zip |
build rect describing glyph quad
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -3,6 +3,7 @@ name = "alacritty" version = "0.1.0" dependencies = [ "cgmath 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "freetype-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -113,6 +114,16 @@ dependencies = [ ] [[package]] +name = "euclid" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "expat-sys" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" |