mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-27 22:23:28 +00:00
18 lines
626 B
Zig
18 lines
626 B
Zig
.{
|
|
.name = .browser,
|
|
.paths = .{""},
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xda130f3af836cea0,
|
|
.dependencies = .{
|
|
.v8 = .{
|
|
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/305bb3706716d32d59b2ffa674731556caa1002b.tar.gz",
|
|
.hash = "v8-0.0.0-xddH63bVAwBSEobaUok9J0er1FqsvEujCDDVy6ItqKQ5",
|
|
},
|
|
//.v8 = .{ .path = "../zig-v8-fork" }
|
|
.@"ada-singleheader" = .{
|
|
.url = "https://github.com/ada-url/ada/releases/download/v3.3.0/singleheader.zip",
|
|
.hash = "N-V-__8AAPmhFAAw64ALjlzd5YMtzpSrmZ6KymsT84BKfB4s",
|
|
},
|
|
},
|
|
}
|