In the custom build script, it seems to be fetching dependencies a bit too aggressively, causing issues with DVUI, at least with the sdl3 backend.
You can replicate in my project, here: https://github.com/qskousen/ggufy/
Running zig build works fine, even running zig build --fetch=all works fine. But ZigBrains fails the build, due to it seemingly pulling in some old versions of tree_sitter. Additionally, once ZigBrains has failed a build, a regular zig build will no longer work, failing with the same issue as ZigBrains. Nuking ~/.cache/zig fixes zig build but only until ZigBrains builds again with the custom build file.
I'm a bit new to zig, so I'm not sure exactly what is causing this, but I'm happy to help debug if I can.
Zig 0.15.2, Linux Mint 22.1 Xia, CLion 2026.1