diff --git a/Cargo.toml b/Cargo.toml index 33edfab..40b565c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ git = "https://github.com/servo/rust-geom" git = "https://github.com/servo/rust-layers" optional = true -[target.x86_64-apple-darwin.dependencies.core-foundation] -git = "https://github.com/servo/core-foundation-rs" +[target.x86_64-apple-darwin.dependencies] +core-foundation = "*" [target.x86_64-apple-darwin.dependencies.cgl] git = "https://github.com/servo/cgl-rs"