mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
15 lines
597 B
Zig
15 lines
597 B
Zig
.{
|
|
.name = "typhoon",
|
|
.version = "1.0.0",
|
|
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "tempest" },
|
|
.dependencies = .{
|
|
.system = .{
|
|
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
|
|
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
|
|
},
|
|
.squall = .{
|
|
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
|
.hash = "1220cbe372b510d9f0ecfe42d6e2a819c1baf4e93252911e673d8ce28db256b7fbaf",
|
|
},
|
|
},
|
|
}
|