summaryrefslogtreecommitdiff
path: root/src/main_build_data.zig
AgeCommit message (Collapse)Author
2025-10-03flush output for our builddata executableMitchell Hashimoto
Fixes #9018 We were truncated our terminfo causing tmux to not respect some features.
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-09-19build: generate various resources at build run, not build graphMitchell Hashimoto
This is stomping towards minimizing our build.zig dependencies so that it can be cached more often. Right now, touching almost any file in the project forces the build.zig to rebuild which is destroying my productivity.