Files
protobuf-c/build.zig.zon
torque 788002c09c build: support 0.14.0
Unfortunately, this has irreconcilable incompatibilities with previous
versions of zig, due to the build.zig.zon schema changes. Support for
older versions has been dropped.
2025-03-05 20:31:30 -07:00

20 lines
526 B
Zig

.{
.name = .protobuf_c,
.fingerprint = 0x39094F755166B308,
.version = "1.5.0",
.minimum_zig_version = "0.14.0",
.dependencies = .{
.protobuf_c = .{
.url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.0#8c201f6e47a53feaab773922a743091eb6c8972a",
.hash = "N-V-__8AAGKbCgBaIPOO-yPY9ojdsggEeyYjVgjZ_eTITOMw",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-PROTOBUF_C",
"readme.md",
},
}