Skip to content

Add build.zig.zon to raygui - #573

Closed
nat3Github wants to merge 1 commit into
raysan5:masterfrom
nat3Github:main
Closed

nat3Github wants to merge 1 commit into
raysan5:masterfrom
nat3Github:main

Conversation

@nat3Github

Copy link
Copy Markdown

context:
zig users can already use raygui just by fetching the source then use whatever they like from it

reason for build.zig.zon:
the .paths declaration in .zon gates what gets copied to the zig-pkg folder. if .paths are not properly gated to whats actually needed, all the additional files like .pngs etc. will get duped into the zig-pkg fodler which leads to unnecessary disk usage.

i am aware this is not really a raygui issue, but as a zig user i would be really happy if this was solved in any way.

related david-vanderson/dvui#975

@raysan5

raysan5 commented Sep 6, 2026

Copy link
Copy Markdown
Owner

@nat3Github thanks but, diferently than raylib, I prefer to keep build systems as minimal as possible for raygui, no CMake or Zig (at least for now).

@raysan5 raysan5 closed this Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants