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