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:
echo
2024-11-12 11:34:03 -05:00
committed by GitHub
parent 47566a81af
commit 0e9307bfd6
2 changed files with 0 additions and 38 deletions

View File

@@ -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 |