Allow libdeflater/freestanding feature

This commit is contained in:
Andrew 2022-10-24 17:38:25 +13:00
parent 55e5c03a87
commit 88cd069c37

View file

@ -61,6 +61,7 @@ rustc_version = "0.4.0"
binary = ["clap", "wild", "stderrlog"]
default = ["binary", "filetime", "parallel", "zopfli"]
parallel = ["rayon", "indexmap/rayon"]
freestanding = ["libdeflater/freestanding"]
[lib]
name = "oxipng"