From 85f008479a1994486acd96b27fb5502839e6e893 Mon Sep 17 00:00:00 2001 From: Devon Sawatsky Date: Sun, 31 Dec 2023 16:11:35 -0800 Subject: require colorsquash and rgb features for the builder API --- gifed/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gifed/src/lib.rs b/gifed/src/lib.rs index 9e4458f..508ef5c 100644 --- a/gifed/src/lib.rs +++ b/gifed/src/lib.rs @@ -2,6 +2,7 @@ mod gif; mod lzw; pub mod block; +#[cfg(all(feature = "colorsquash", feature = "rgb"))] pub mod gif_builder; pub mod reader; pub mod writer; -- cgit 1.4.1-3-g733a5