Snektron / vulkan-zig

Vulkan binding generator for Zig
MIT License
519 stars 60 forks source link

master branch breaks compilation #120

Closed igaryhe closed 9 months ago

igaryhe commented 9 months ago

in this commit (https://github.com/ziglang/zig/commit/68b87918df9ad82cf3161f323c55f2e238319922), std.process.ArgIteratorWindows.InitError has error.InvalidCmdLine removed, which results in compilation error since we are still referencing this error here: https://github.com/Snektron/vulkan-zig/blob/b1f3820d0881e0d3312f787aedeaf235d26c94db/generator/main.zig#L17 I'm not sure if trivially remove this would help

igaryhe commented 9 months ago

fixed in https://github.com/Snektron/vulkan-zig/pull/121