From: Ian Jackson Date: Sat, 8 May 2021 10:29:02 +0000 (+0100) Subject: bundles: Some todos done X-Git-Tag: otter-0.6.0~368 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f532070af69fe51b6fc2527425db79a09dbbdfe7;p=otter.git bundles: Some todos done Signed-off-by: Ian Jackson --- diff --git a/src/bundles.rs b/src/bundles.rs index 17e4d3a2..5bab1004 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -303,8 +303,6 @@ fn load_bundle(ib: &mut InstanceBundles, ig: &mut Instance, }; Loaded { meta } - // todo: find zipfile, read metdata toml - // todo:: show in UI for download // todo: do actual things, eg libraries and specs }