Skip to content
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

Force corefoundation 0.4.6 or higher since we use CFNumber::from whic… #2190

Merged
merged 1 commit into from Dec 7, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Force corefoundation 0.4.6 or higher since we use CFNumber::from whic…

…h didn't exist in 0.4.4
  • Loading branch information
staktrace committed Dec 7, 2017
commit 8ecfaf01b4f4114d14f1c212175a1d7f75816458
@@ -49,6 +49,6 @@ freetype = { version = "0.3", default-features = false }
dwrote = "0.4.1"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.4"
core-foundation = "0.4.6"
core-graphics = "0.12.3"
core-text = { version = "8.0", default-features = false }
@@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["rc", "derive"] }
time = "0.1"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.4"
core-foundation = "0.4.6"
core-graphics = "0.12.3"

[target.'cfg(target_os = "windows")'.dependencies]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.