mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Our build.zig is using a number of deprecated features, which are removed in 0.15. This updates build.zig so that it still works in 0.14 and [hopefully] will work in 0.15. Related: https://github.com/lightpanda-io/zig-v8-fork/pull/87
19 lines
732 B
Zig
19 lines
732 B
Zig
.{
|
|
.name = .browser,
|
|
.paths = .{""},
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xda130f3af836cea0,
|
|
.dependencies = .{
|
|
.tigerbeetle_io = .{
|
|
.url = "https://github.com/lightpanda-io/tigerbeetle-io/archive/19ae89eb3814d48c202ac9e0495fc5cadb29dfe7.tar.gz",
|
|
.hash = "tigerbeetle_io-0.0.0-ViLgxjqSBADhuHO_RZm4yNzuoKDXWP39hDn60Kht40OC",
|
|
},
|
|
.v8 = .{
|
|
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/13f64a747c65a6b97ce08b89a2a1c9eb922e5495.tar.gz",
|
|
.hash = "v8-0.0.0-xddH6-3DAwAi5Enn3IxrIUvsSa7vBBqxZBAHZzAAyKeq",
|
|
},
|
|
//.v8 = .{ .path = "../zig-v8-fork" },
|
|
//.tigerbeetle_io = .{ .path = "../tigerbeetle-io" },
|
|
},
|
|
}
|