mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-09 03:41:58 -08:00
Move all xwrap to Rust
This commit is contained in:
7
native/src/Cargo.lock
generated
7
native/src/Cargo.lock
generated
@@ -6,6 +6,7 @@ version = 3
|
||||
name = "base"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cxx",
|
||||
"libc",
|
||||
]
|
||||
@@ -16,6 +17,12 @@ version = "1.0.73"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
||||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "cxx"
|
||||
version = "1.0.72"
|
||||
|
||||
Reference in New Issue
Block a user