-
Notifications
You must be signed in to change notification settings - Fork 160
Remove the SDL2 example #886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FYI @TheNachoBIT |
Oh, I have to solve this problem for something else. What happened is that cmake 4.0 came out and is now in use and it removes support for things that need older versions of cmake, which is a whole bunch of projects using cmake since they don't express a high enough minimum version. I'll take a quick look around to see what the fix is. |
Easier to just replace SDL2 with SDL3! See PR #887. |
If someone cares to work out why it doesn't compile and bring it back then they can do. But I don't, and we need CI to be working.
The interim plan is to land this as-is (i.e. only removing it from the workspace), then land #887 at our leisure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved to unblock CI. Should be possible to land #887 shortly after.
Don't expose Skrifa public API + use norm coords slice Hardcode NonZero fill text rendering Add disclaimer to layout_glyphs Disable hinting for rotated, skewed text Prevent allocating a new path for each glyph Set no features on bytemuck clippy Add test for scaled glyphs Improve doco Use unscaled outlines . Parley example . more clippy Minor Make GlypRun members private Use &str Move bytemuck::cast_slice Update Parley deps Remove roboto Add unit tests for tiling (linebender#881) It would be nice to also add some tests for how it behaves at tile boundaries, but since at least from my experiments we do not seem to produce ideal results for those cases (yet?), I've left them out for now. Remove the SDL2 example (linebender#886) If someone cares to work out why it doesn't compile and then brings it back, then they can do. But I don't care to, and we need CI to be working. Use Wasm for text example . . . . . .
If someone cares to work out why it doesn't compile and then brings it back, then they can do.
But I don't care to, and we need CI to be working.