From 180c69c09dac4426773321327fa51e57ca5ef108 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 15 Jun 2015 22:01:21 +0200 Subject: [PATCH] Use gleam and cgl from crates.io --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 432a958..a19ac1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,7 @@ texture_surface = ["layers"] [dependencies] libc = "*" log = "*" - -[dependencies.gleam] -git = "https://github.com/servo/gleam" +gleam = "0.1" [dependencies.geom] git = "https://github.com/servo/rust-geom" @@ -22,9 +20,7 @@ optional = true [target.x86_64-apple-darwin.dependencies] core-foundation = "*" - -[target.x86_64-apple-darwin.dependencies.cgl] -git = "https://github.com/servo/cgl-rs" +cgl = "0.1" [target.i686-unknown-linux-gnu.dependencies.glx] git = "https://github.com/servo/rust-glx"