try android build

This commit is contained in:
2025-05-28 17:27:25 +02:00
parent 4774d3fdc1
commit ceb5f43f15
10 changed files with 68 additions and 24 deletions

View File

@ -18,12 +18,11 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.2", features = [] }
[dependencies]
rusqlite = { version = "0.35.0", features = [
rusqlite = { version = "0.36.0", features = [
"load_extension",
"bundled-sqlcipher"
"bundled-sqlcipher-vendored-openssl"
] }
#"bundled-sqlcipher"
#libsqlite3-sys = { version = "0.33", features = ["bundled-sqlcipher"] }
#libsqlite3-sys = { version = "0.31", features = ["bundled-sqlcipher"] }
#sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
tokio = { version = "1.45", features = ["macros", "rt-multi-thread"] }
serde = { version = "1", features = ["derive"] }