today I've discovered the zig package manager and I've been trying to use it with the raylib zig bindings. though I am struggling with the linking.
is there any kind of comprehensive documentation on the package manager / the build system in general?
I struggle to even know the signatures of all the structs in the build system and the meaning of the different components.
#build system
1 messages · Page 1 of 1 (latest)
Here's one for zon (The ones that have build.zig.zon) if you're wondering how they work. https://zig.news/edyu/zig-package-manager-wtf-is-zon-558e https://zig.news/edyu/zig-package-manager-wtf-is-zon-2-0110-update-1jo3.
also you can use zig zon to fetch non-zig source tree bundles for easy to install zig library bindings