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

Update to objc2 v0.6 #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update to objc2 v0.6 #173

wants to merge 1 commit into from

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Jan 26, 2025

This includes using the new crate objc2-core-graphics, which notably does not have the CustomData helper that core-graphics. This is probably for the better, as it allows us to avoid a double-boxing of the data.

This also:

  • Bumps MSRV to 1.71 (required for extern "C-unwind" in objc2).
  • Uses dep:* syntax (to avoid breaking changes from added/removed feature flags).

This includes using the new crate `objc2-core-graphics`, which notably
does not have the `CustomData` helper that `core-graphics`. This is
probably for the better, as it allows us to avoid a double-boxing of the
data.
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.

1 participant