ksud: use sparse image to avoiding resize image. close #1220

This commit is contained in:
weishu
2024-01-29 18:50:19 +08:00
parent 16c5aba4ff
commit d7bc853bfc
4 changed files with 229 additions and 147 deletions

View File

@@ -36,6 +36,7 @@ getopts = "0.2"
sha256 = "1"
tempdir = "0.3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = { git = "https://github.com/tiann/sys-mount", branch = "loopfix" }