Add acknowledgements

This commit is contained in:
Nic Barker 2024-08-30 21:35:39 +12:00
parent 12e8ae2284
commit 0c523c7a47

View File

@ -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