[zig] Adjusting build.zig to run on 0.16.0 (#5758)

* Adjusting build.zig to run on 0.16.0

* changing version to 6
This commit is contained in:
Maicon Santana
2026-04-14 19:57:50 +01:00
committed by GitHub
parent 019cc889fc
commit dfbaafa337
2 changed files with 3 additions and 13 deletions

View File

@ -1,7 +1,7 @@
.{
.name = .raylib,
.version = "5.6.0-dev",
.minimum_zig_version = "0.15.1",
.version = "6.0.0",
.minimum_zig_version = "0.16.0",
.fingerprint = 0x13035e5cb8bc1ac2, // Changing this has security and trust implications.