aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-09-23 18:44:16 -0400
committerJesse Luehrs <doy@tozt.net>2018-09-23 18:44:16 -0400
commit055e326906a7d5519cf28f37b6ec17ecbac8bdad (patch)
treec29aa7eeb364222bf84dad36a64d4dd273634359 /Cargo.toml
parentd436150c9917322d42cb845ebeb4f066c8b879d8 (diff)
downloadvt100-rust-055e326906a7d5519cf28f37b6ec17ecbac8bdad.tar.gz
vt100-rust-055e326906a7d5519cf28f37b6ec17ecbac8bdad.zip
clean up build script
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e39720..ee7987c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
build = "build.rs"
[build-dependencies]
-gcc = "0.3.27"
+cc = "1.0"
pkg-config = "0.3.8"
[dependencies]