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

@ -36,9 +36,6 @@ path = "../devtools_traits"
[dependencies.style]
path = "../style"
[dependencies.gfx]
path = "../gfx"
[dependencies.canvas]
path = "../canvas"