From 0c523c7a47dfc69eb1dc17f8589767257776bd7e Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Fri, 30 Aug 2024 21:35:39 +1200 Subject: [PATCH] Add acknowledgements --- bindings/odin/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/odin/README.md b/bindings/odin/README.md index 02d7edb..1507a2c 100644 --- a/bindings/odin/README.md +++ b/bindings/odin/README.md @@ -6,6 +6,11 @@ If you haven't taken a look at the [full documentation for clay](https://github. The **most notable difference** between the C API and the Odin bindings is the use of if statements to create the scope for declaring child elements. When using the equivalent of the [Element Macros](https://github.com/nicbarker/clay/blob/main/README.md#element-macros): +Special thanks to + +- [laytan](https://github.com/laytan) +- [Dudejoe870](https://github.com/Dudejoe870) +- MrStevns from the Odin Discord server ```C // C form of element macros