zig build should be able to fetch from a relative path such as:
or a file URI like:
.url = "file:///C:/Code/myproject/"
I think this would mostly be useful for when operating on local forks of code that aren't published anywhere else, without needing to explicitly vendor those dependencies into the same folder. (Although perhaps this might make vendored dependencies also easier to work with using the build system?)
zig buildshould be able to fetch from a relative path such as:or a file URI like:
I think this would mostly be useful for when operating on local forks of code that aren't published anywhere else, without needing to explicitly vendor those dependencies into the same folder. (Although perhaps this might make vendored dependencies also easier to work with using the build system?)