From e6ccdc0653add248d59a79d90c5c4d975295adbc Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 13:41:20 +0100 Subject: [PATCH] update readme --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 70980dd..d81faad 100644 --- a/README.org +++ b/README.org @@ -19,7 +19,7 @@ *** Implemented C compatable ABI Note: List is in-progress and doesn't show everything. (Also the checkboxes might not be rendered here.) - - [-] `GHOST_Types.h` + - [-] ~GHOST_Types.h~ - [X] /Handles/ - [X] GHOST_SystemHandle - [X] GHOST_TimerTaskHandle @@ -59,6 +59,7 @@ - [X] GHOST_TabletData - [X] /Constants/ - [X] =GHOST_TABLET_DATA_NONE= (reimpl. as ~const fn GHOST_TabletData::none()~) + - [ ] ~GHOST_C-api.h~ *** Native Rust API Rust native APIs are provided for things where the C API bindings are cumbersome or unsafe.