feat(android): add JNI build and VPN support

This commit is contained in:
lbl
2026-08-22 21:55:00 +08:00
parent 60a4403f0e
commit b7151880c0
7 changed files with 163 additions and 48 deletions
Generated
+3 -3
View File
@@ -2805,9 +2805,9 @@ dependencies = [
[[package]]
name = "machine-uid"
version = "0.5.4"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d7217d573cdb141d6da43113b098172e057d39915d79c4bdedbc3aacd46bd96"
checksum = "cfe0d6336d341b10ae80e099b8f3c59f34bf8aef66ef25e83aa98bf2955c0ae7"
dependencies = [
"libc",
"windows-registry",
@@ -6351,7 +6351,7 @@ dependencies = [
"uuid",
"widestring",
"winapi",
"windows-sys 0.60.2",
"windows-sys 0.61.2",
"zerocopy",
]