feat(zig): implement

This commit is contained in:
2026-03-11 20:46:40 +01:00
parent d55b1486d6
commit f906676b21
4 changed files with 63 additions and 0 deletions

8
zig/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Raylib in Zig
## Quick start
```sh
$ make
$ ./raylib_zig
```