From 88cd069c3746560bc39f007dd9e9675771c43308 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 24 Oct 2022 17:38:25 +1300 Subject: [PATCH] Allow libdeflater/freestanding feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index faf8b1f9..c087d365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"