diff --git a/README.md b/README.md index d28ab0e..9a7b46a 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,13 @@ The supported directives are: - `CLAY_EXTEND_CONFIG_IMAGE` - Provide additional struct members to `CLAY_IMAGE_CONFIG` that will be passed through with output render commands. - `CLAY_EXTEND_CONFIG_CUSTOM` - Provide additional struct members to `CLAY_IMAGE_CONFIG` that will be passed through with output render commands. +### Bindings + +Clay is usable out of the box as a `.h` include in both C99 and C++ with designated initializer support. +There are also supported bindings for other languages, including: + +- [Odin Bindings](https://github.com/nicbarker/clay/tree/main/bindings/odin) + # API ### Naming Conventions @@ -1570,4 +1577,4 @@ Dimensions representing the inner width and height of the content _inside_ the s **`.config`** - `Clay_ScrollElementConfig` -The [Clay_ScrollElementConfig](#clay_scroll_config) for the matching scroll container element. \ No newline at end of file +The [Clay_ScrollElementConfig](#clay_scroll_config) for the matching scroll container element.