Skip to content
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

Bump core-graphics to v0.25.0 #722

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Bump core-graphics to v0.25.0 #722

wants to merge 2 commits into from

Conversation

tmandry
Copy link
Contributor

@tmandry tmandry commented Mar 16, 2025

This release contains two breaking changes (#709 and #710), including one unsoundness fix for CGEventTap, as well as an MSRV bump.

Signed-off-by: Tyler Mandry <[email protected]>
@tmandry
Copy link
Contributor Author

tmandry commented Mar 16, 2025

Signed-off-by: Tyler Mandry <[email protected]>
@waywardmonkeys
Copy link
Contributor

I think I had some breaking changes that I didn’t submit. I will have to look and see. I ended up switching some of my usage over to objc2-core-graphics

@tmandry
Copy link
Contributor Author

tmandry commented Mar 16, 2025

Maybe those are mature enough now to provide a common sys/types foundation for higher level wrappers like the ones in core-graphics. When I first tried using them they didn't have all the niceties of core-foundation, but I think they have improved since.

@madsmtm
Copy link
Contributor

madsmtm commented Mar 17, 2025

Maybe those are mature enough now to provide a common sys/types foundation for higher level wrappers like the ones in core-graphics. When I first tried using them they didn't have all the niceties of core-foundation, but I think they have improved since.

I wouldn't say that objc2-core-* can replace core-foundation/core-graphics/... yet, there's still work to be done to get them to feature parity (especially regarding generics), tracked overall in madsmtm/objc2#692.

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.

core-graphics: non-public API usage _CGContextSetFontSmoothingStyle
3 participants