From bfec30d641f23e859cae15f627c877c0f9d7193b Mon Sep 17 00:00:00 2001 From: Kornel <kornel@geekhood.net> Date: Wed, 26 Jul 2017 00:14:17 +0100 Subject: [PATCH] Expose static feature --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5605e1b..9857c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,11 @@ license = "MIT" documentation = "https://pornel.github.io/rust-lcms2/lcms2/" repository = "https://github.com/pornel/rust-lcms2.git" categories = ["multimedia::images", "api-bindings"] -version = "4.1.0" +version = "4.2.0" [dependencies] foreign-types = "0.2.0" -lcms2-sys = "2.3.1" +lcms2-sys = "2.4.4" + +[features] +static = ["lcms2-sys/static"] -- GitLab