improve: README.md

This commit improves the README.md file by adding dependencies information.
This commit is contained in:
ThePedroo
2024-06-18 17:19:18 -03:00
parent a22c40d618
commit 446b475333

View File

@@ -9,11 +9,33 @@ It aims at the re-write of Zygisk Next to C, allowing also a more efficient and
## Features
- Open Source
- FOSS
- N/A compared to latest Zygisk Next *yet*.
## Dependencies
- TODOd
- rustc
- Android NDK
### Rust side:
- android_logger
- anyhow
- bitflags
- const_format
- futures
- konst
- lazy_static
- libc
- log
- memfd
- num_enum
- passfd
- proc-maps
### C++ side:
- lsplt
## Installation