From 186cdc7444fdd7e0938216033cd340a30ff0ada1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 4 Jun 2015 20:23:58 -0400 Subject: [PATCH] Update dependencies to reflect new locations, crate names They moved/renamed recently --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39b9529..33edfab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,11 @@ 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/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.cgl] -git = "https://github.com/servo/rust-cgl" +git = "https://github.com/servo/cgl-rs" [target.i686-unknown-linux-gnu.dependencies.glx] git = "https://github.com/servo/rust-glx"