mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move stylearc into a separate crate.
MozReview-Commit-ID: C3btN8Jw9sJ
This commit is contained in:
parent
992059c856
commit
fa9d2cb036
5 changed files with 35 additions and 3 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -2688,6 +2688,14 @@ dependencies = [
|
|||
"url 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo_arc"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo_atoms"
|
||||
version = "0.0.1"
|
||||
|
@ -2913,6 +2921,7 @@ dependencies = [
|
|||
"selectors 0.19.0",
|
||||
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"servo_arc 0.0.1",
|
||||
"servo_atoms 0.0.1",
|
||||
"servo_config 0.0.1",
|
||||
"servo_url 0.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue