mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #8757 - servo:skia, r=mbrubeck
Use skia and deps from crates.io. This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687. Fix https://github.com/servo/skia/issues/70 This builds, but the at the moment causes a number of tidy errors for duplicated crates. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757) <!-- Reviewable:end -->
This commit is contained in:
commit
8b95d7b8d8
26 changed files with 805 additions and 752 deletions
|
@ -81,7 +81,7 @@ smallvec = "0.1"
|
|||
html5ever = { version = "0.2.1", features = ["unstable"] }
|
||||
selectors = "0.2"
|
||||
string_cache = { version = "0.2", features = ["unstable"] }
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
tendril = "0.1.1"
|
||||
rand = "0.3"
|
||||
serde = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue