build(zig-0.16): port to zig-0.16

This commit is contained in:
CJ van den Berg 2026-04-13 11:23:30 +02:00
parent 7a5d9f340e
commit 82b095bdb8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
11 changed files with 452 additions and 428 deletions

View file

@ -23,7 +23,7 @@ in **Zig**.
It provides:
- A standalone CLI for tracking filesystem changes
- A module for embedding change-tracking into other Zig programs
- A module for embedding change-tracking into other Zig programs (zig-0.16 & zig-0.15 supported)
- Minimal dependencies and consistent, predictable, cross-platform behavior
It does not interfere.