mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add missing gfx dependency, that was causing a race in cargo on the build machine.
This commit is contained in:
parent
e9ff6d9ce7
commit
a1de810dd3
2 changed files with 3 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -227,6 +227,7 @@ dependencies = [
|
||||||
"net 0.0.1",
|
"net 0.0.1",
|
||||||
"plugins 0.0.1",
|
"plugins 0.0.1",
|
||||||
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
"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)",
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
||||||
"style 0.0.1",
|
"style 0.0.1",
|
||||||
"url 0.1.0 (git+https://github.com/servo/rust-url)",
|
"url 0.1.0 (git+https://github.com/servo/rust-url)",
|
||||||
|
|
|
@ -59,4 +59,6 @@ git = "https://github.com/servo/rust-core-graphics"
|
||||||
[dependencies.core_text]
|
[dependencies.core_text]
|
||||||
git = "https://github.com/servo/rust-core-text"
|
git = "https://github.com/servo/rust-core-text"
|
||||||
|
|
||||||
|
[dependencies.script_traits]
|
||||||
|
path = "../script_traits"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue