Allow libdeflater/freestanding feature
This commit is contained in:
parent
55e5c03a87
commit
88cd069c37
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ rustc_version = "0.4.0"
|
||||||
binary = ["clap", "wild", "stderrlog"]
|
binary = ["clap", "wild", "stderrlog"]
|
||||||
default = ["binary", "filetime", "parallel", "zopfli"]
|
default = ["binary", "filetime", "parallel", "zopfli"]
|
||||||
parallel = ["rayon", "indexmap/rayon"]
|
parallel = ["rayon", "indexmap/rayon"]
|
||||||
|
freestanding = ["libdeflater/freestanding"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "oxipng"
|
name = "oxipng"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue