Files
protobuf-c/build.zig.zon

20 lines
526 B
Plaintext
Raw Normal View History

2024-09-14 20:10:10 -07:00
.{
.name = .protobuf_c,
.fingerprint = 0x39094F755166B308,
.version = "1.5.2",
2025-12-06 16:33:43 +01:00
.minimum_zig_version = "0.15.2",
2024-09-14 20:10:10 -07:00
.dependencies = .{
.protobuf_c = .{
.url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.2#4719fdd7760624388c2c5b9d6759eb6a47490626",
.hash = "N-V-__8AAOzKCgADWAaJ_5J9U3rotTnQCw0OBd-Qb3gL-8vW",
2024-09-14 20:10:10 -07:00
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-PROTOBUF_C",
"readme.md",
},
}