Skip to content

Commit

Permalink
update system_sdk dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode committed Nov 4, 2024
1 parent f4047ca commit f939d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"README.md",
},
.dependencies = .{
.system_sdk = .{
.url = "https://github.com/zig-gamedev/system-sdk/archive/refs/tags/v0.2.0.tar.gz",
.hash = "122035336d7535f655fe0ece31cea0fbf8ad2f1e42f64b073995050a425ca8f8fbdc",
.system_sdk= .{
.url = "https://github.com/zig-gamedev/system-sdk/archive/908f556c874e29392acfbbb21cc14923b0cd4e18.tar.gz",
.hash = "122071280f7f0852ef6d2cd74f7c6593511eb48ec3b1b88d1457cd2453eb8597d925",
},
},
}

0 comments on commit f939d4f

Please sign in to comment.