testing out zig with raylib
| src | refactor | |
| vendor | test cross compile | |
| build.zig | test cross compile | |
| README.md | test cross compile | |
zig-raylib
testing out raylib
build
the interesting part is i can cross compile to windows from linux
linux
zig build -Dtarget=x86_64-linux-gnu --release=small
windows
zig build -Dtarget=x86_64-windows-gnu --release=small