mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Add layers dependency to util crate. Fixes #3783.
This commit is contained in:
parent
3c97438bdc
commit
766c3815ab
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ path = "lib.rs"
|
||||||
[dependencies.geom]
|
[dependencies.geom]
|
||||||
git = "https://github.com/servo/rust-geom"
|
git = "https://github.com/servo/rust-geom"
|
||||||
|
|
||||||
|
[dependencies.layers]
|
||||||
|
git = "https://github.com/servo/rust-layers"
|
||||||
|
|
||||||
[dependencies.task_info]
|
[dependencies.task_info]
|
||||||
path = "../../support/rust-task_info"
|
path = "../../support/rust-task_info"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue