ksud: compress embed assets (#186)

This commit is contained in:
skbeh
2023-02-03 09:31:32 +08:00
committed by GitHub
parent e4267848f0
commit bea93f6ad7
5 changed files with 192 additions and 41 deletions

View File

@@ -27,6 +27,10 @@ jwalk = "0.8.1"
is_executable = "1.0.1"
nom = "7"
derive-new = "0.5"
rust-embed = { version = "6.4.2", features = [
"debug-embed",
"compression", # must clean build after updating binaries
] }
[target.'cfg(target_os = "android")'.dependencies]
sys-mount = "2.0.1"