Skip to content

Commit f99279c

Browse files
authored
Merge pull request #181 from tiawl/toolbox-2.0.2
toolbox 2.0.2
2 parents 7a2c31e + 4b2091c commit f99279c

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ The goal of this repository is not to provide a [Zig][2] binding for [google/sha
1717

1818
## Dependencies
1919

20-
The [Zig][2] part of this package is relying on the latest [Zig][2] release (0.15.2) and will only be updated for the next one.
21-
It you use a more recent [Zig][2] version, please consider the `zig-nightly` branch and `*-nightly` tags.
20+
The [Zig][2] part of this package requires the latest (0.16.0) or the master (0.17.0-dev) [Zig][2] release.
2221

2322
For other dependencies see [the build.zig.zon](https://github.com/tiawl/shaderc.zig/blob/zig-stable/build.zig.zon)
2423

build.zig.zon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
.hash = "N-V-__8AAAh4EgD_1vyfeRQed3y6urhGewfbgX0yP6g04hGv",
88
},
99
.toolbox = .{
10-
.url = "git+https://github.com/tiawl/toolbox?ref=zig-0.16.0#7d7d056c47e1bc9a66c4ab4d53928c86f1cbb954",
11-
.hash = "toolbox-2.0.1-kRAu4DODAAC4GkZ714OgwurhfE5YXxI3BMQAlecmxa5f",
10+
.url = "git+https://github.com/tiawl/toolbox#25cd5e1ab762c3f947df5cfe464e90b208ad8fc1",
11+
.hash = "toolbox-2.0.2-kRAu4BibAADKQMUUYyFacpyGgKCWxPyrcxa6ziZQZXwH",
1212
},
1313
.spirv_zig = .{
14-
.url = "git+https://github.com/tiawl/spirv.zig?ref=zig-0.16.0#74e754a0ad16b4b1603ec3c21503725ff34ab645",
15-
.hash = "spirv_zig-1.0.0-u_xqh9pKfwBkzJEdHUw0IGqcTG6hhz3rJeX5iTHoJJom",
14+
.url = "git+https://github.com/tiawl/spirv.zig#2f83b08bd33b9c48ef0d6597883362c89bd88622",
15+
.hash = "spirv_zig-1.0.0-u_xqh8ZVfwBmP2LrRlJdRnn1wA5S4NJCvLzJyDJEDDrM",
1616
},
1717
.glslang_zig = .{
18-
.url = "git+https://github.com/tiawl/glslang.zig?ref=zig-0.16.0#22ba65d7a4c6e4eefd2a604214b2381c5e53b89b",
19-
.hash = "glslang_zig-1.0.0-QiUC6kf1XgBlDNTspmPbQC33a-7Vt8y_COCn7Nuekxf2",
18+
.url = "git+https://github.com/tiawl/glslang.zig#80b063b15d31a450eeda5fe9e306d85cc6a12d87",
19+
.hash = "glslang_zig-1.0.0-QiUC6jj1XgAx7YV_wjLB6q-S56nrZM6i28McOROgBG_6",
2020
},
2121
},
2222
.minimum_zig_version = "0.16.0",

0 commit comments

Comments
 (0)