Skip to content

Commit

Permalink
Auto merge of rust-windowing#92 - servo:foundation, r=pcwalton
Browse files Browse the repository at this point in the history
Properly depend on core-foundation-rs 0.2.2 and cocoa 0.4.1

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/92)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed May 17, 2016
2 parents d559be7 + cb29980 commit 6082e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "servo-glutin"
version = "0.4.20"
version = "0.4.21"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down Expand Up @@ -46,8 +46,8 @@ objc = "0.2"
[target.x86_64-apple-darwin.dependencies]
objc = "0.2"
cgl = "0.1"
cocoa = "0.4.0"
core-foundation = "0"
cocoa = "0.4.1"
core-foundation = "0.2.2"
core-graphics = ">=0.2, <0.4"

[target.i686-pc-windows-gnu.dependencies]
Expand Down

0 comments on commit 6082e18

Please sign in to comment.