From bc6205add420b0ed6ce31b8dcf067738174bd9fe Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Mon, 11 Sep 2023 02:19:40 +0400 Subject: [PATCH] improve sys readme --- api/sys/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/api/sys/README.md b/api/sys/README.md index c0f977d9..7a7d3445 100644 --- a/api/sys/README.md +++ b/api/sys/README.md @@ -1,6 +1,6 @@ # Modular low-level Playdate API -Low-level bindings to Playdate API with optional official documentation and optional lang-items. +Low-level bindings to Playdate API with optional adapted official documentation and optional lang-items. ## Main concepts in a thesis statement @@ -265,7 +265,10 @@ _This makes kind of paramount importance if a user is using several of these ext ... ``` - +For example see existing crates in the [repo/api][repo-api]. + +[repo-api]: https://github.com/boozook/playdate/tree/main/api + ### How to generate _prebuilt_ bindings? @@ -307,3 +310,9 @@ To trigger changing _prebuilt_ bindings, you need set env var: `PD_BUILD_PREBUIL [cargo-playdate-crates]: https://crates.io/crates/cargo-playdate +[crate-docs-example]: https://docs.rs/playdate-sys/0.1.3/playdate_sys/ffi/struct.playdate_sys.html + + +- - - + +This software is not sponsored or supported by Panic.