Skip to content

Commit e6d8103

Browse files
authored
Update zpool dependency for Zig 0.16.0 (#28)
1 parent fcae52e commit e6d8103

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Ignore some special directories
22
.zig-cache
33
zig-out
4+
zig-pkg
45

56
# Ignore some special OS files
67
*.DS_Store

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
.dependencies = .{
1515
.zpool = .{
16-
.url = "https://github.com/zig-gamedev/zpool/archive/7829cf02f78e8c39e19b802ccb47ed44037299c2.tar.gz",
17-
.hash = "zpool-0.11.0-dev-bG692QtEAQCyqBnzSBJbJlY0-a_3v1YcjFTGmg0VBjOc",
16+
.url = "https://github.com/zig-gamedev/zpool/archive/02d1472cc4c134a86ff31d19fb546cf478f6b988.tar.gz",
17+
.hash = "zpool-0.11.0-dev-bG692YNGAQCn-LXPTcrabIVizgnPcxkxYjwKYAnJi6Tp",
1818
},
1919
.system_sdk = .{
2020
.url = "https://github.com/zig-gamedev/system_sdk/archive/c0dbf11cdc17da5904ea8a17eadc54dee26567ec.tar.gz",

0 commit comments

Comments
 (0)