Add build.zig.zon to raygui - #573
Closed
nat3Github wants to merge 1 commit into
Closed
nat3Github wants to merge 1 commit into
nat3Github wants to merge 1 commit into
Conversation
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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