protobuf-c/build.zig.zon

19 lines
508 B
Plaintext
Raw Permalink Normal View History

2024-09-14 20:10:10 -07:00
.{
.name = "protobuf_c",
.version = "1.5.0",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.protobuf_c = .{
.url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.0#8c201f6e47a53feaab773922a743091eb6c8972a",
.hash = "12205a20f38efb23d8f688ddb208047b26235608d9fde4c84ce3302ea156443c2b12",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-PROTOBUF_C",
"readme.md",
},
}