We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e575313 commit b5bf967Copy full SHA for b5bf967
build.zig.zon
@@ -4,10 +4,10 @@
4
.version = "0.0.0",
5
.fingerprint = 0xda130f3af836cea0,
6
.dependencies = .{
7
- // .v8 = .{
8
- // .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7177ee1ae267a44751a0e7e012e257177699a375.tar.gz",
9
- // .hash = "v8-0.0.0-xddH63TCAwC1D1hEiOtbEnLBbtz9ZPHrdiGWLcBcYQB7",
10
- // },
11
- .v8 = .{ .path = "../zig-v8-fork" },
+ .v8 = .{
+ .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7177ee1ae267a44751a0e7e012e257177699a375.tar.gz",
+ .hash = "v8-0.0.0-xddH63TCAwC1D1hEiOtbEnLBbtz9ZPHrdiGWLcBcYQB7",
+ },
+ // .v8 = .{ .path = "../zig-v8-fork" },
12
},
13
}
0 commit comments