From de42221388fb85cb8d87b62853535c8ba1801e5c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 4 Jun 2015 18:24:57 -0400 Subject: [PATCH] Update dependencies reflect new locations, crate names --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7278741..6681aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,14 +35,14 @@ git = "https://github.com/servo/libfreetype2" [target.x86_64-unknown-linux-gnu.dependencies.freetype-sys] git = "https://github.com/servo/libfreetype2" -[target.x86_64-apple-darwin.dependencies.core_foundation] -git = "https://github.com/servo/rust-core-foundation" +[target.x86_64-apple-darwin.dependencies.core-foundation] +git = "https://github.com/servo/core-foundation-rs" -[target.x86_64-apple-darwin.dependencies.core_graphics] -git = "https://github.com/servo/rust-core-graphics" +[target.x86_64-apple-darwin.dependencies.core-graphics] +git = "https://github.com/servo/core-graphics-rs" -[target.x86_64-apple-darwin.dependencies.core_text] -git = "https://github.com/servo/rust-core-text" +[target.x86_64-apple-darwin.dependencies.core-text] +git = "https://github.com/servo/core-text-rs" [target.arm-linux-androideabi.dependencies.egl] git = "https://github.com/servo/rust-egl"