Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add minimum_zig_version field to build.zig.zon
  • Loading branch information
hazeycode authored and kcbanner committed Jul 22, 2025
commit f1546c60545ffb85ac1add942be3211629e3baf0
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .zphysics,
.fingerprint = 0x1def6aac00c4909d,
.version = "0.2.0-dev",
.minimum_zig_version = "0.14.1",
.minimum_zig_version = "0.14.0",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
Loading