-
Notifications
You must be signed in to change notification settings - Fork 100
Update to objc2 v0.6 #173
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
Conversation
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.
complexspaces
left a comment
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.
Thank you for work again! I like how this looks for the most part but had a few questions around the modified unsafe.
complexspaces
left a comment
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.
Looks good now, thanks!
With this update I should also be able to take another stab at iOS support, hopefully soon.
|
I would appreciate a release on crates.io with this bump, at your earliest convenience. Thank you! 🫶 |
|
Release please! 🥺 🙏 |
|
Released in v3.5.0 on crates.io. Sorry again for the delay. |
This includes using the new crate
objc2-core-graphics, which notably does not have theCustomDatahelper thatcore-graphics. This is probably for the better, as it allows us to avoid a double-boxing of the data.This also:
extern "C-unwind"inobjc2).dep:*syntax (to avoid breaking changes from added/removed feature flags).