- Update Zig toolchain. We use 0.14.0. This project will not follow the main branch anymore to ensure some level of stability during development. The re-exported zig-overlay provides the used zig compiler via
pkgs.zigpkgs.stable. - Build system improvements. Introduce
Projectto combine the meta-data into a common type that can be used to create the different project resources within the buil...