From d71920ad7da09279feafe1558c5dcf8daf43ef4f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 May 2021 01:20:07 +0100 Subject: [PATCH] bundles: Note some todos Signed-off-by: Ian Jackson --- src/bundles.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bundles.rs b/src/bundles.rs index 47d49313..1962e4c3 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -629,8 +629,9 @@ fn process_bundle(ForProcess { mut za, mut newlibs }: ForProcess, // In preference order enum PictureFormat { Svg, -// Png, +// Png, xxx implement this } +// xxx also, decide whether library toml should have src file field #[throws(LE)] fn make_usvg(za: &mut IndexedZip, progress_count: &mut usize, -- 2.30.2