mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(build): expose storm path in build.zig.zon
This commit is contained in:
parent
fa11d11f46
commit
9ae821e50d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.{
|
||||
.name = "squall",
|
||||
.version = "1.0.0",
|
||||
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon" },
|
||||
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "storm" },
|
||||
.dependencies = .{
|
||||
.system = .{
|
||||
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue