mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Merge pull request #736 from metajack/fix-core-graphics
Pin core-graphics to 0.2 since cocoa 0.2.4 does
This commit is contained in:
@@ -42,7 +42,7 @@ objc = "0.1.8"
|
||||
cgl = "0.1"
|
||||
cocoa = "0.2.4"
|
||||
core-foundation = "0"
|
||||
core-graphics = "0"
|
||||
core-graphics = "0.2"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
winapi = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user