support for zig 0.14.0-dev.2569+30169d1d2

This commit is contained in:
johan0A 2024-12-29 18:57:28 +01:00
parent bf960a152b
commit aee3641ae8
5 changed files with 14 additions and 14 deletions

View file

@ -108,7 +108,7 @@ clay.setPointerState(.{
}, is_left_mouse_button_down);
```
5. Call [clay.BeginLayout(screenWidth, screenHeight)](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided macros.
5. Call [clay.BeginLayout(screenWidth, screenHeight)](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided functions.
```Zig
const light_grey: clay.Color = .{ 224, 215, 210, 255 };