Skip to content

Commit

Permalink
buil.zig.zon: fix minimum zig version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Mar 6, 2025
1 parent d8673ff commit c5523f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = .sokol,
.version = "0.1.0",
.minimum_zig_version = "0.14.0-dev",
.minimum_zig_version = "0.14.0",
.fingerprint = 0xf9f6f48d2b47bda5,
.paths = .{
"src",
Expand Down

1 comment on commit c5523f4

@AndrewKraevskii
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to change one in readme

Please sign in to comment.