Fix build. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
HTML git clone https://git.drkhsh.at/icy_draw.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4b4bb1307760088b16d4f4e805f7ba041e44a47b
DIR parent 6a4e8ebae10c56735f8997c579e5f17d178d6e2b
HTML Author: Mike Krüger <mkrueger@posteo.de>
Date: Thu, 5 Oct 2023 22:28:58 +0200
Fix build.
Diffstat:
M src/ui/editor/animation/encoding.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/ui/editor/animation/encoding.rs b/src/ui/editor/animation/encoding.rs
@@ -22,7 +22,7 @@ pub trait AnimationEncoder {
Ok(false)
}
}
-pub const ENCODERS: &[&dyn AnimationEncoder] = &[&GifEncoder {}, &Mp4Encoder {}, &AsciiCast {}];
+pub const ENCODERS: &[&dyn AnimationEncoder] = &[&GifEncoder {}, /*&Mp4Encoder {},*/ &AsciiCast {}];
type EncodingThread = (Receiver<usize>, JoinHandle<TerminalResult<()>>);
pub fn start_encoding_thread(