Fix Mac build by bumping core-graphics.
At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
This commit is contained in:
parent
140fd1f156
commit
c0adb8d87e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ objc = "0.1.8"
|
||||||
cgl = "0.1"
|
cgl = "0.1"
|
||||||
cocoa = "0.2.4"
|
cocoa = "0.2.4"
|
||||||
core-foundation = "0"
|
core-foundation = "0"
|
||||||
core-graphics = "0.2"
|
core-graphics = "0.3"
|
||||||
|
|
||||||
[target.i686-pc-windows-gnu.dependencies]
|
[target.i686-pc-windows-gnu.dependencies]
|
||||||
winapi = "0.2"
|
winapi = "0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue