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.toml | |
parent | 9f8aa9c315c4ac63cbe239b50f51a938b3882435 (diff) | |
download | alacritty-400e4c92a77f875c502847f727cde5f433835b14.tar.gz alacritty-400e4c92a77f875c502847f727cde5f433835b14.zip |
build rect describing glyph quad
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ libc = "*" glutin = "*" gl = "*" cgmath = "0.7" +euclid = "0.6" |