aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorM. Stoeckl <manuel.stoeckl93@gmail.com>2019-02-04 19:03:25 +0000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-04 19:03:25 +0000
commit40237b213a847cb3fabaa4da0ef2f295e9bf56a9 (patch)
tree37172e7a5d0a6de572927a8a0c57e7b34c939f3a /Cargo.toml
parent97e801a73e8070cfdbe317831c7264bdc149f212 (diff)
downloadalacritty-40237b213a847cb3fabaa4da0ef2f295e9bf56a9.tar.gz
alacritty-40237b213a847cb3fabaa4da0ef2f295e9bf56a9.zip
Simplify text shader
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cac5ec4d..7935d346 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,6 @@ name = "alacritty"
[dependencies]
libc = "0.2"
-cgmath = "0.17"
notify = "4"
bitflags = "1"
font = { path = "./font" }