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