zig-inquirer
zig-inquirer copied to clipboard
build.zig not compatible with zig 0.13
Just downloaded the repository, at rev aa5fa4c, attempting to build it results in two errors:
error: unable to load '~/src/vendor/zig-inquirer/deps.zig': FileNotFound
And this one, which I think is probably an error from using Zig v0.13.0:
error: root struct of file 'std' has no member named 'build'
Screenshot for readability:
Is that to be expected?