mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
23 lines
1 KiB
Zig
23 lines
1 KiB
Zig
.{
|
|
.name = "common",
|
|
.version = "1.0.0",
|
|
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "common" },
|
|
.dependencies = .{
|
|
.system = .{
|
|
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
|
|
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
|
|
},
|
|
.squall = .{
|
|
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
|
.hash = "12209ca2de75a672d95de79cacb1b2d9063dc6bbbc6bdac9d8ff27806fdab5ee5a12",
|
|
},
|
|
.typhoon = .{
|
|
.url = "https://github.com/thunderbrewhq/typhoon/archive/refs/heads/master.zip",
|
|
.hash = "122005cb637e72ea5170b64e2ecf463824157fdbcd1c61ef865788591b8354ee41bd",
|
|
},
|
|
.libexpat = .{
|
|
.url = "https://github.com/thunderbrewhq/libexpat/archive/refs/heads/master.zip",
|
|
.hash = "1220fb8e2d69edff3c174d0367c37b54ffb0f41eaa8dc883e0ecc3a98e8bfe2e0782",
|
|
},
|
|
},
|
|
}
|