mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix cocoa dep on libc
This commit is contained in:
parent
d06f8fa4c8
commit
d13328fa80
2 changed files with 4 additions and 2 deletions
3
components/servo/Cargo.lock
generated
3
components/servo/Cargo.lock
generated
|
@ -75,9 +75,10 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cocoa"
|
||||
version = "0.1.1"
|
||||
source = "git+https://github.com/servo/rust-cocoa#7f976d95666fec0fd1382e305d534a5e73586a3d"
|
||||
source = "git+https://github.com/servo/rust-cocoa#fdc033e2edf9e6979d6cd15da1a904b81a448b57"
|
||||
dependencies = [
|
||||
"bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue