Does zig’s build system support fetching build.zig.zon dependencies without running zig build?
I know this sounds like an odd question but I haven’t found any information on if it’s possible to declare a build.zig.zon for my project’s dependencies but not call zig build but instead call some version of zig fetch ./build.zig.zonand get all the dependencies in this file installed
In sum, I’m looking at the possibility of having a different consumer for my zon file. Like Fetching dependencies without build.zig.zon? - #6 by andrewrk