Lock objc version, add casts to appease libc pointer type conflict. Closes #654
This commit is contained in:
parent
0386d093d1
commit
228732877a
2 changed files with 9 additions and 9 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -27,23 +27,23 @@ clock_ticks = "0.1.0"
|
|||
version = "0.1"
|
||||
|
||||
[target.i386-apple-ios.dependencies]
|
||||
objc = "0.1"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
|
||||
[target.x86_64-apple-ios.dependencies]
|
||||
objc = "0.1"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
|
||||
[target.aarch64-apple-ios.dependencies]
|
||||
objc = "0.1"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
|
||||
[target.armv7s-apple-ios.dependencies]
|
||||
objc = "0.1"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
|
||||
[target.armv7-apple-ios.dependencies]
|
||||
objc = "0.1"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
objc = "0.1"
|
||||
cgl = "0"
|
||||
objc = ">=0.1.0, <=0.1.7"
|
||||
cgl = "0.1"
|
||||
cocoa = "0.1.4"
|
||||
core-foundation = "0"
|
||||
core-graphics = "0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue