Fix build on nightly
Nightly recently fixed some soundness issues related to `Sized`. This had to be fixed in the cocoa crates as well, and also affects our ios bindings.
This commit is contained in:
parent
51036e6ba5
commit
886eab5c7e
3 changed files with 11 additions and 15 deletions
|
|
@ -24,9 +24,9 @@ objc = "0.2"
|
|||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
cgl = "0.2"
|
||||
cocoa = "=0.5.2"
|
||||
core-foundation = "0.2"
|
||||
core-graphics = "0.4"
|
||||
cocoa = "0.9"
|
||||
core-foundation = "0.4"
|
||||
core-graphics = "0.8"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue