mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue