You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
remove: Rust dependencies information from README.md (#74)
This commit removes information about Rust dependencies used in previous Zygiskd from "README.md" file.
This commit is contained in:
19
README.md
19
README.md
@@ -25,27 +25,8 @@ The Zygisk Next developers are famous and trusted in the Android community, howe
|
||||
|
||||
| Tool | Description |
|
||||
|-----------------|----------------------------------------|
|
||||
| `rustc` | The Rust compiler |
|
||||
| `Android NDK` | Native Development Kit for Android |
|
||||
|
||||
### Rust Dependencies
|
||||
|
||||
| Dependency | Description |
|
||||
|------------------|---------------------------------------------------------------|
|
||||
| `android_logger` | Logger for Android platform |
|
||||
| `anyhow` | Error handling library |
|
||||
| `bitflags` | Macro to generate structures for bitwise operations |
|
||||
| `const_format` | Compile-time string formatting |
|
||||
| `futures` | Abstractions for asynchronous programming |
|
||||
| `konst` | Compile-time constant evaluation |
|
||||
| `lazy_static` | Macro for declaring lazily evaluated static variables |
|
||||
| `libc` | FFI bindings to native C libraries |
|
||||
| `log` | Logging facade |
|
||||
| `memfd` | Memory file descriptor utilities |
|
||||
| `num_enum` | Derive macros to convert between numbers and enums |
|
||||
| `passfd` | Passing file descriptors over Unix sockets |
|
||||
| `proc-maps` | Parse and analyze process memory maps |
|
||||
|
||||
### C++ Dependencies
|
||||
|
||||
| Dependency | Description |
|
||||
|
||||
Reference in New Issue
Block a user