kratart: async image extraction

This commit is contained in:
Alex Zenla
2024-03-08 14:44:45 +00:00
parent b0bd931f0e
commit 817509bcef
12 changed files with 674 additions and 544 deletions

View File

@ -1,4 +1,4 @@
use crate::image::ImageInfo;
use crate::image::compiler::ImageInfo;
use anyhow::Result;
use backhand::{FilesystemWriter, NodeHeader};
use krata::launchcfg::LaunchInfo;