feat: add android
Some checks failed
TrafficCue CI / check (push) Failing after 55s
TrafficCue CI / build (push) Successful in 48s

This commit is contained in:
Cfp
2025-08-09 13:58:07 +02:00
parent 0ded36e780
commit bece1a299c
41 changed files with 927 additions and 0 deletions

13
src-tauri/Cargo.lock generated
View File

@ -99,6 +99,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-keep-screen-on",
"tauri-plugin-log",
]
@ -3560,6 +3561,18 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-plugin-keep-screen-on"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78455e6e7c7b1636084393b2b70289b1f8adb8ea5e9731c634b50961344420c3"
dependencies = [
"serde",
"tauri",
"tauri-plugin",
"thiserror 1.0.69",
]
[[package]]
name = "tauri-plugin-log"
version = "2.6.0"