2024-06-28 18:43:10 -04:00
|
|
|
.{
|
|
|
|
|
.name = "common",
|
|
|
|
|
.version = "1.0.0",
|
|
|
|
|
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "common" },
|
|
|
|
|
.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",
|
2024-07-03 15:06:36 -04:00
|
|
|
.hash = "12200577cef7c49c34d706346f514343d0378480cdf7cdaff4ee9e9318fc29f0168b",
|
2024-06-28 18:43:10 -04:00
|
|
|
},
|
|
|
|
|
.typhoon = .{
|
|
|
|
|
.url = "https://github.com/thunderbrewhq/typhoon/archive/refs/heads/master.zip",
|
2024-07-03 15:06:36 -04:00
|
|
|
.hash = "1220edf8ee88ba39d4b7e16a6a073ccf7821cac8b517ddae0dd47e61b1d9823c5802",
|
2024-06-28 18:43:10 -04:00
|
|
|
},
|
|
|
|
|
.libexpat = .{
|
|
|
|
|
.url = "https://github.com/thunderbrewhq/libexpat/archive/refs/heads/master.zip",
|
2024-07-03 15:06:36 -04:00
|
|
|
.hash = "1220fb8e2d69edff3c174d0367c37b54ffb0f41eaa8dc883e0ecc3a98e8bfe2e0782",
|
2024-06-28 18:43:10 -04:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|