Hejsil/mecha

Support the new zig package manager

Ev1lT3rm1nal opened this issue · 2 comments

Since mecha does not compile to an actual library, it can't be used as a module using the zig package manager

Hejsil commented

I'm not sure how you're trying to use the package manager, but I have one program that depends on mecha through the package manager. See build.zig.zon#L9-L12 and build.zig#L25-L35. Perhaps this needs to be documented better. I'm not sure how Zig documents how the package manager should be used.

Hejsil commented

Without any further detail I cannot really do much with this issue. Closing