#patch build.zig downloaded from .zon before using as dependency.
1 messages · Page 1 of 1 (latest)
I don't think this is currently possible, I also don't know whether this is planned to be added at some point. I think currently you would instead have to create a fork with a modified build.zig
you might be able to simulate a build.zig with Dependency.path?
you can just fetch the existing repo as an artifact using the package manager, then make a new build.zig file that builds it
it’s pretty simple, I did that for raylib in one of my projects