We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by nox Thursday Oct 13, 2016 at 12:39 GMT Originally opened as servo/core-graphics-rs#58
This is a work in progress.
This change is
nox included the following code: https://github.com/servo/core-graphics-rs/pull/58/commits
The text was updated successfully, but these errors were encountered:
Comment by nox Thursday Oct 13, 2016 at 12:40 GMT
I removed the dependency on Serde for now because I'm not sure it should live here.
This PR demonstrates the usefulness of CFMut, which guarantees for the &mut methods on CGContext that we have unique ownership of the drawing context.
CFMut
&mut
CGContext
Sorry, something went wrong.
Comment by nox Thursday Oct 13, 2016 at 12:44 GMT
I also removed the evil private module because it doesn't seem used by anyone.
private
Comment by bors-servo Saturday Oct 29, 2016 at 18:22 GMT
☔ The latest upstream changes (presumably #60) made this pull request unmergeable. Please resolve the merge conflicts.
Auto merge of servo#162 - Eijebong:bump_graphics, r=emilio
58162a1
Allow core-graphics 0.8 and bump version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/cocoa-rs/162) <!-- Reviewable:end -->
core-foundation-rs
No branches or pull requests
Thursday Oct 13, 2016 at 12:39 GMT
Originally opened as servo/core-graphics-rs#58
This is a work in progress.
This change is
nox included the following code: https://github.com/servo/core-graphics-rs/pull/58/commits
The text was updated successfully, but these errors were encountered: