From 33a76238de7f5d8f9b4f9c92205106467296191a Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Fri, 30 Aug 2024 22:01:57 +1200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.