From 2af115d0fc28644833fe6debece6c72d6b30a020 Mon Sep 17 00:00:00 2001 From: Randall Koutnik Date: Sat, 4 Jun 2016 16:14:50 -0700 Subject: [PATCH] fix/cargo: Add pkg-config to discover libraries --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1d0e0fd..3cfe8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Michael Hirn ", "Maximilian Goisser "] [dependencies] +pkg-config = "0.3.8" # cuticula = "0.1.4" leaf = { version = "0.2.0", default-features = false } collenchyma = { version = "0.0.8", default-features = false }