zig-inquirer icon indicating copy to clipboard operation
zig-inquirer copied to clipboard

build.zig not compatible with zig 0.13

Open ErebusBat opened this issue 4 months ago • 3 comments

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: zsh_and_New_Issue_·_nektro_zig-inquirer

Is that to be expected?

ErebusBat avatar Sep 24 '24 21:09 ErebusBat