Skip to content

Commit b35d0ca

Browse files
committed
Fix aegis on termux
1 parent 090600f commit b35d0ca

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

rust/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ pmrpc = "2.0.0"
1212
tokio = { version = "1.48.0", features = ["full"] }
1313
turso = "0.3.2"
1414
wincode = { version = "0.2.5", features = ["derive"] }
15+
16+
[target.'cfg(target_os = "android")'.dependencies]
17+
aegis = { version = "0.9.7", features = ["pure-rust"] }

0 commit comments

Comments
 (0)