aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-26 04:15:33 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-26 04:15:33 -0400
commit60a7ec2ecf621ebb6f3376f71b27cdc61d7fc5a1 (patch)
treeffca79a7e7a23abd070b961ed5b740779426fc6d /Cargo.toml
parentd83869a86b1832974018c51dcfac5b93e501256d (diff)
downloadvt100-rust-60a7ec2ecf621ebb6f3376f71b27cdc61d7fc5a1.tar.gz
vt100-rust-60a7ec2ecf621ebb6f3376f71b27cdc61d7fc5a1.zip
stop tracking terminal size separately
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c703990..e3b7ca8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
build = "build.rs"
[build-dependencies]
+gcc = "0.3.27"
pkg-config = "0.3.8"
[dependencies]