Use cgl and gleam from crates.io

This commit is contained in:
Simon Sapin 2015-06-15 23:00:33 +02:00
parent bb39e835f1
commit a80a12e41e
6 changed files with 77 additions and 51 deletions

View file

@ -16,8 +16,6 @@ git = "https://github.com/servo/rust-geom"
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
[dependencies.gleam]
git = "https://github.com/servo/gleam"
[dependencies.canvas_traits]
path = "../canvas_traits"
@ -36,3 +34,4 @@ features = ["texture_surface"]
log = "*"
cssparser = "0.3.1"
num = "0.1.24"
gleam = "0.1"