mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #7811 - glennw:use-crates-au, r=larsbergstrom
Update servo to use published app units crate <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7811) <!-- Reviewable:end -->
This commit is contained in:
commit
0860be4c28
11 changed files with 52 additions and 39 deletions
|
@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"]
|
|||
name = "layout"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.app_units]
|
||||
path = "../app_units"
|
||||
|
||||
[dependencies.azure]
|
||||
git = "https://github.com/servo/rust-azure"
|
||||
|
||||
|
@ -70,6 +67,7 @@ version = "0.2"
|
|||
features = [ "serde_serialization" ]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
log = "0.3"
|
||||
encoding = "0.2"
|
||||
fnv = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue