Remove gfx dependency from script crate.

This dependency is not used anywhere.
This commit is contained in:
Matt Brubeck 2015-07-01 08:44:36 -07:00
parent 61d5efc44c
commit fdb8632a5f
4 changed files with 0 additions and 6 deletions

View file

@ -1063,7 +1063,6 @@ dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1",
"html5ever 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",