From f532070af69fe51b6fc2527425db79a09dbbdfe7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 May 2021 11:29:02 +0100 Subject: [PATCH] bundles: Some todos done Signed-off-by: Ian Jackson --- src/bundles.rs | 2 -- 1 file changed, 2 deletions(-) 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 } -- 2.30.2