fix(build): expose storm path in build.zig.zon

This commit is contained in:
phaneron 2024-06-28 04:24:46 -04:00
parent fa11d11f46
commit 9ae821e50d

View file

@ -1,7 +1,7 @@
.{ .{
.name = "squall", .name = "squall",
.version = "1.0.0", .version = "1.0.0",
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon" }, .paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "storm" },
.dependencies = .{ .dependencies = .{
.system = .{ .system = .{
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",