Conversation
|
@eiz are you still maintaining this project? |
8491850 to
81b67f2
Compare
|
very slowly :P it looks like the mentioned pr is merged, so can this proceed? approach looks fine |
|
Unfortunately it's still blocked on upstream issuing a release (servo/core-foundation-rs#706). I just pinged that PR again. |
|
Hi there @eiz, FYI this just got unblocked :)
Also please check my comment re: |
|
@oNaiPs the CGPoint comment is resolved ya? happy to get this in, just needs a rebase + mark ready for review |
|
I rebased. I'm unsure what crate this should be getting types from now though.
I think eventually this crate will want to move to the objc2 crates, but it should probably be done all at once. I have a preference for sticking with the core-graphics-types 0.1 line in the meantime and skipping 0.2 so there's less churn. |
Seeking feedback on this approach.
AXValue<T>is based on the wayAXAttribute<T>works.I have been using this API and personally am pretty happy with it. Unfortunately the implementation depends on servo/core-foundation-rs#652 which is still awaiting review, so I'm marking this PR as a draft in the meantime.