Cubyz/build.zig.zon
IntegratedQuantum 766dd53d06 Update zig:
@abs (formerly @fabs) now supports integers.
2023-10-04 12:36:00 +02:00

14 lines
471 B
Zig

.{
.name = "Cubyzig",
.version = "0.0.0",
.dependencies = .{
.mach_freetype = .{
.url = "https://pkg.machengine.org/mach-freetype/7dd97f088455fddda6832851082f68670b36c426.tar.gz",
.hash = "12209950df2c606a03f5246dce72b3338ffd7314221b20e55df38f8b76676cb9ba13",
},
.portaudio = .{
.url = "https://github.com/PortAudio/portaudio/archive/refs/tags/v19.7.0.tar.gz",
.hash = "1220a96e42d87ae966106483e3351919c95b7c8129942c355fd173b38b2e7a0ae0a0",
}
},
}