metaovl: Use xcp to copy image faster.

This commit is contained in:
weishu
2025-11-20 14:17:07 +08:00
committed by ShirkNeko
parent 5f228f1896
commit 06c8580788
5 changed files with 104 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ license = "GPL-3.0"
anyhow = "1"
log = "0.4"
env_logger = { version = "0.11", default-features = false }
hole-punch = { git = "https://github.com/tiann/hole-punch" }
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
rustix = { git = "https://github.com/Kernel-SU/rustix.git", rev = "4a53fbc7cb7a07cabe87125cc21dbc27db316259", features = ["all-apis"] }