Expose static feature
... | @@ -9,8 +9,11 @@ license = "MIT" | ... | @@ -9,8 +9,11 @@ license = "MIT" |
documentation = "https://pornel.github.io/rust-lcms2/lcms2/" | documentation = "https://pornel.github.io/rust-lcms2/lcms2/" | ||
repository = "https://github.com/pornel/rust-lcms2.git" | repository = "https://github.com/pornel/rust-lcms2.git" | ||
categories = ["multimedia::images", "api-bindings"] | categories = ["multimedia::images", "api-bindings"] | ||
version = "4.1.0" | version = "4.2.0" | ||
[dependencies] | [dependencies] | ||
foreign-types = "0.2.0" | foreign-types = "0.2.0" | ||
lcms2-sys = "2.3.1" | lcms2-sys = "2.4.4" | ||
[features] | |||
static = ["lcms2-sys/static"] |
Please register or sign in to comment