summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-11-23 20:08:52 +0300
committerChristian Duerr <contact@christianduerr.com>2019-11-23 18:08:52 +0100
commit474032742b3bf325e655eb6cddb19632cb989c1a (patch)
tree9ae4ed52a0fe756474329c5c57076690525d511a /alacritty_terminal/Cargo.toml
parent624b3e2189df93145559ebba96e0a7754845c033 (diff)
Move renderer from alacritty_terminal to alacritty
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 36efde99..00598357 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -3,7 +3,6 @@ name = "alacritty_terminal"
version = "0.4.1-dev"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
-build = "build.rs"
description = "Library for writing terminal emulators"
readme = "../README.md"
homepage = "https://github.com/jwilm/alacritty"
@@ -21,7 +20,6 @@ vte = "0.3"
mio = "0.6"
mio-extras = "2"
log = "0.4"
-fnv = "1"
unicode-width = "0.1"
base64 = "0.10.0"
terminfo = "0.6.1"
@@ -51,8 +49,5 @@ live-shader-reload = []
nightly = []
bench = []
-[build-dependencies]
-gl_generator = "0.14.0"
-
[dev-dependencies]
serde_json = "1.0.0"