1
0
Fork
You've already forked zig-raylib
0
testing out zig with raylib
  • Zig 100%
Find a file
2026年05月07日 08:18:53 +07:00
src refactor 2026年05月07日 08:18:53 +07:00
vendor test cross compile 2026年05月06日 16:55:27 +07:00
build.zig test cross compile 2026年05月06日 16:55:27 +07:00
README.md test cross compile 2026年05月06日 16:55:27 +07:00

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