Skip to content

Commit

Permalink
Update Zig to 0.12.0-dev.1396+f6de3ec96
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Nov 5, 2023
1 parent 712527b commit cd3f35a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Does not compile
# Compilation

## Setup the environment
Install the Zig `0.11.x` from [`https://ziglang.org/`](https://ziglang.org/) (or your favourite package manager)
Install the latest Zig `0.12.x` from [`https://ziglang.org/`](https://ziglang.org/) (or your favourite package manager)
<br>
Latest tested working version is `0.11.0-dev.4000+3022c525e`, any newer versions may or may not work
Latest tested working version is `0.12.0-dev.1396+f6de3ec96`, any newer or older versions may or may not work

## Extras

Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.hash = "122076ecd1f0ff2720fa7011af7174b2b463989ecd0a3422e186c9b29b370e165da5",
},
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/814064a8935dceee99adb11f2b17871b84f75a2b.tar.gz",
.hash = "122080a54f041da9e47b6ace70d1a3190cccc6456e4f8540bdd2732a3ab744ba3855",
.url = "https://github.com/zigimg/zigimg/archive/368658aa6b4d22cd532f2785d11f75b2ec2b490c.tar.gz",
.hash = "12201a74c6aa44832f8eac3e4a0e92e7bb7f3d6a12777f517fd470d7f6643cdc33fc",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/f49b94700e0761b7514abdca0e4f0e7f3f938a93.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion wgpu.zig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn create_wgpu(b: *std.Build, target: std.zig.CrossTarget, optimize: std.bui
try args.append("--release");
}

var build_result = try std.ChildProcess.exec(.{
var build_result = try std.ChildProcess.run(.{
.allocator = b.allocator,
.argv = args.items,
.cwd = wgpu_native_path,
Expand Down

0 comments on commit cd3f35a

Please sign in to comment.