Updates example, README, and build.zig.zon#2
Open
emmettmcdow wants to merge 1 commit intoraugl:masterfrom
Open
Updates example, README, and build.zig.zon#2emmettmcdow wants to merge 1 commit intoraugl:masterfrom
emmettmcdow wants to merge 1 commit intoraugl:masterfrom
Conversation
Owner
|
Thank you for showing interest in my project, but may I ask why? I will look into the issues you discovered and probably update the bindings to be inline with zig-0.16, but past that this project is basically abandoned. On the official clay repo, they endorse two other zig bindings that are more maintained:
At one point mine were the most complete bindings, but I decided it was easier to just build my own layout engine directly in zig based on Nic's tutorial than maintain this. |
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.
Went to go use the example for the first time, and ran into a couple issues. These changes got it working on my machine for Zig 0.14.0.
I also updated the
README.mdto reflect these changes.