2024-06-28 04:30:37 -04:00
|
|
|
.{
|
|
|
|
|
.name = "typhoon",
|
|
|
|
|
.version = "1.0.0",
|
2024-06-28 04:31:35 -04:00
|
|
|
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "tempest" },
|
2024-07-05 01:25:56 -04:00
|
|
|
.dependencies = .{
|
|
|
|
|
.system = .{
|
|
|
|
|
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
|
|
|
|
|
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
|
|
|
|
|
},
|
|
|
|
|
.squall = .{
|
2024-06-28 04:30:37 -04:00
|
|
|
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
2024-07-05 19:17:30 -04:00
|
|
|
.hash = "1220cbe372b510d9f0ecfe42d6e2a819c1baf4e93252911e673d8ce28db256b7fbaf",
|
2024-07-05 01:25:56 -04:00
|
|
|
},
|
|
|
|
|
},
|
2024-06-28 04:30:37 -04:00
|
|
|
}
|