My experiment with Zig as a build tool continues. Now I'm also using it as a package manager. (Sort of.) You can tell Zig to fetch from github (by release or specify a hash) and use those files in your build.

An example of doing that with the spdlog library: https://github.com/jessechounard/spdlog

Comments