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",
|
.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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue