fix(build): expose tempest directory in build.zig.zon

This commit is contained in:
phaneron 2024-06-28 04:31:35 -04:00
parent a26de422ca
commit 82542c95bf

View file

@ -1,7 +1,7 @@
.{ .{
.name = "typhoon", .name = "typhoon",
.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", "tempest" },
.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",