feat: improve mobile oom

This commit is contained in:
DarkSky
2026-02-19 22:51:57 +08:00
parent d8cc0acdd0
commit ad52c46f0a
9 changed files with 374 additions and 33 deletions

View File

@@ -38,5 +38,8 @@ objc2-foundation = { workspace = true, features = [
[target.'cfg(not(any(target_os = "ios", target_os = "macos")))'.dependencies]
homedir = { workspace = true }
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
lru = { workspace = true }
[build-dependencies]
uniffi = { workspace = true, features = ["build"] }