mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
feat(build): add zig build script
This commit is contained in:
parent
1154769937
commit
dcb7a776af
2 changed files with 142 additions and 0 deletions
23
build.zig.zon
Normal file
23
build.zig.zon
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.{
|
||||
.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 = "1220c195e9e756cbd479fbf54ee507d82dab99688616ed6fc26a07279526f5eee751",
|
||||
},
|
||||
.typhoon = .{
|
||||
.url = "https://github.com/thunderbrewhq/typhoon/archive/refs/heads/master.zip",
|
||||
.hash = "122052c99a00291165239ba60af484d7eaf8ca29c43e6b8d34e41cef3591ae905a6c",
|
||||
},
|
||||
.libexpat = .{
|
||||
.url = "https://github.com/thunderbrewhq/libexpat/archive/refs/heads/master.zip",
|
||||
.hash = "12202091a554a391dd63991d54cf557be0415d43294de9e310129b0c1ac407ac06ef",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue