-
Notifications
You must be signed in to change notification settings - Fork 226
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
Should CGColorSpaceRef be a part of core-graphics-types? #479
Comments
I'd say a decent guideline is that if the type is used by other non-CoreGraphics APIs opaquely it's a good candidate for core-graphics-types. |
Though I guess separating out the CGColorSpace type from the wrapper is a bit of a pain. |
That being said, I have no objection to the whole thing being moved over if it makes life easier. |
Would be good for gfx-rs/metal-rs#296 |
I ported my code over to "objc2", so this issue is no longer actual for me. |
I wonder if there is a guideline on what goes into the types crate and what doesn't.
In gfx-rs/metal-rs#221, we use
CGColorSpaceRef
as opaque type, and it would be nice to avoid depending on the whole core-graphics crate there.The text was updated successfully, but these errors were encountered: