mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-03 16:39:07 +00:00
feat(build): add build.zig.zon
This commit is contained in:
parent
ec48075346
commit
0eb7f11c0b
1 changed files with 9 additions and 0 deletions
9
build.zig.zon
Normal file
9
build.zig.zon
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
.name = "system",
|
||||||
|
.version = "1.0.0",
|
||||||
|
.paths = {
|
||||||
|
"build.zig",
|
||||||
|
"build.zig.zon",
|
||||||
|
},
|
||||||
|
.dependencies = {}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue