SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

fix text legibility with subpixel vertex position #151

Closed msparkles closed 2 months ago

LPGhatguy commented 2 months ago

When you file PRs in the future, feel free to use GitHub's "closing keywords" to make it so your PR automatically closes the issue that it fixes. For example, you can write:

Closes #1.

and that will link your PR up with that issue and close it once I merge it.

LPGhatguy commented 2 months ago

I did kind of a roundabout squash merge here to get around the issue described here because I don't have write access to this PR branch: https://github.com/orgs/community/discussions/5634

You've been credited on that commit the same way that GitHub's automerge would've credited you, I think!

I'm going to close this PR since the code made it in.