From 446b475333a4d4a8bbc640dc998bfe0a36de2471 Mon Sep 17 00:00:00 2001 From: ThePedroo Date: Tue, 18 Jun 2024 17:19:18 -0300 Subject: [PATCH] improve: README.md This commit improves the README.md file by adding dependencies information. --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a8ec99..9ed05b79 100644 --- a/README.md +++ b/README.md @@ -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