The easy way would be adding this as submodule directly in your source folder. Thats what I do until there is an official package manager for Zig.
With the 0.11.0 release Zig got a native package manager. From the looks of it, it works like other package managers, you provide a link to the package and a hash.
With the 0.11.0 release Zig got a native package manager. From the looks of it, it works like other package managers, you provide a link to the package and a hash.