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

1
Cargo.lock generated
View file

@ -227,6 +227,7 @@ dependencies = [
"net 0.0.1",
"plugins 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",
"script_traits 0.0.1",
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
"style 0.0.1",
"url 0.1.0 (git+https://github.com/servo/rust-url)",

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"