Add missing gfx dependency, that was causing a race in cargo on the build machine.

This commit is contained in:
Glenn Watson 2014-11-17 12:13:58 +10:00
parent e9ff6d9ce7
commit a1de810dd3
2 changed files with 3 additions and 0 deletions

View file

@ -59,4 +59,6 @@ git = "https://github.com/servo/rust-core-graphics"
[dependencies.core_text]
git = "https://github.com/servo/rust-core-text"
[dependencies.script_traits]
path = "../script_traits"