aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-02-24 19:08:57 -0800
committerJoe Wilm <joe@jwilm.com>2016-02-24 19:08:57 -0800
commit400e4c92a77f875c502847f727cde5f433835b14 (patch)
tree27335adc6cdebbe9d1f60c581018b6bc0fcb800b /Cargo.lock
parent9f8aa9c315c4ac63cbe239b50f51a938b3882435 (diff)
downloadalacritty-400e4c92a77f875c502847f727cde5f433835b14.tar.gz
alacritty-400e4c92a77f875c502847f727cde5f433835b14.zip
build rect describing glyph quad
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c5bec9f1..c177cf8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"