Skip to content

Commit

Permalink
update to zig 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jun 13, 2024
1 parent 43b4258 commit 876b934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you're using the official package manager:
},
.dependencies = .{
.zfltk = .{
.url = "https://github.com/MoAlyousef/zfltk/archive/refs/tags/pkg0.2.0.tar.gz",
.url = "https://github.com/MoAlyousef/zfltk/archive/refs/tags/pkg0.3.0.tar.gz",
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "zfltk",
.version = "0.0.2", // zig 0.12.0
.version = "0.0.3", // zig 0.13.0
.paths = .{
"src",
"build.zig",
Expand Down

0 comments on commit 876b934

Please sign in to comment.