aboutsummaryrefslogtreecommitdiff
path: root/font/Cargo.toml
diff options
context:
space:
mode:
authorChet Gurevitch <chetgurevitch@protonmail.com>2017-10-18 19:54:41 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-12-23 21:39:09 -0800
commitb10390ede89c3b62c12a1b7b67c5440f8678c76b (patch)
tree5d85573c636d86b8f60f4b1c20f2606b300841e0 /font/Cargo.toml
parent76ca679e89cd7f431652e06892b791b5f8c43cf9 (diff)
downloadalacritty-b10390ede89c3b62c12a1b7b67c5440f8678c76b.tar.gz
alacritty-b10390ede89c3b62c12a1b7b67c5440f8678c76b.zip
Update euclid to v16
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r--font/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index e111cbdf..6666f058 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -6,7 +6,7 @@ description = "Font rendering using the best available solution per platform"
license = "Apache-2.0"
[dependencies]
-euclid = "0.13"
+euclid = "0.16"
libc = "0.2"
foreign-types = "0.3"
log = "0.3"