Merge branch 'main' into feature/get-pointer

# Conflicts:
#	clay.h
This commit is contained in:
Orcolom 2025-02-26 21:12:35 +01:00
commit 0eb162e3a3
4 changed files with 174 additions and 106 deletions

View file

@ -475,6 +475,7 @@ Clay supports C preprocessor directives to modulate functionality at compile tim
The supported directives are:
- `CLAY_WASM` - Required when targeting Web Assembly.
- `CLAY_DLL` - Required when creating a .Dll file.
### Bindings for non C