Skip to content

Create a core-graphics-types crate to avoid having to update so many crates when core-graphics makes breaking changes #236

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

Open
Tracked by #719
jdm opened this issue Jul 20, 2018 · 1 comment

Comments

@jdm
Copy link
Member

jdm commented Jul 20, 2018

core-text and cocoa depend on core-graphics because they use types from it. If we moved those types into a different crate, it would be easier to make breaking changes to core-graphics without it rippling downstream in so many places.

@jrmuizel
Copy link
Collaborator

See rust-lang/rust-semverver#63 for a tool that help discover the needed types.

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

No branches or pull requests

2 participants