Fix zig build and minor improvements (#5702)

- Added zig-pkg directory to gitignore
- Brought min zig version to recent nightly release these improvements
  were completed on
- For linux build, only add rglfw.c if the platform is glfw
- Add a None option to the LinuxDisplayBackend
- Fixed xcode-frameworks dependency and update to using most recent
  commit hash
This commit is contained in:
Mr Josh
2026-03-29 10:38:45 +11:00
committed by GitHub
parent 8c44ea5032
commit 5915584cd6
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -118,6 +118,7 @@ GTAGS
# Zig programming language
.zig-cache/
zig-cache/
zig-pkg/
zig-out/
build/
build-*/