Open ErebusBat opened 1 month ago
this repo uses the Zigmod package manager. deps.zig
is a generated file created by running zigmod fetch
.
Ahh... thank you! I am just learning zig.
That did indeed resolve the deps.zig error.
However the error: root struct of file 'std' has no member named 'build'
still persists.
I assume that you are not using zig 13?
ah apologies, i must've updated the module code and forgot to update the build.zig
Just downloaded the repository, at rev aa5fa4c, attempting to build it results in two errors:
And this one, which I think is probably an error from using Zig v0.13.0:
Screenshot for readability:
Is that to be expected?