readme: add support matrix

This commit is contained in:
torque 2024-09-15 18:51:43 -07:00
parent a84d562c7f
commit 7364f33389
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

View File

@ -28,3 +28,9 @@ const protobuf_c_dep = b.dependency("protobuf_c", .{
});
your_exe.linkLibrary(protobuf_c_dep.artifact("protobuf_c"));
```
## Version Support Matrix
| Refname | protobuf-c Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|----------|--------------------|--------------|--------------|------------------|
| `1.5.0` | `1.5.0` | ✅ | ✅ | ✅ |