From 772c717d00b28a64bd29f7440a90972b82d538a7 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 16 Feb 2025 02:44:07 -0600 Subject: pub use StandardGif --- gifed/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gifed/src/lib.rs b/gifed/src/lib.rs index 96ffb1b..f96b28a 100644 --- a/gifed/src/lib.rs +++ b/gifed/src/lib.rs @@ -4,7 +4,9 @@ pub mod lzw; pub mod block; pub mod reader; #[cfg(feature = "standard")] -pub mod standard; +mod standard; +#[cfg(feature = "standard")] +pub use standard::StandardGif; pub mod writer; pub use reader::DecodeError; -- cgit 1.4.1-3-g733a5