Use skia and deps from crates.io.

Fix https://github.com/servo/skia/issues/70
This commit is contained in:
Simon Sapin 2015-11-30 21:39:27 +01:00
parent 3720e4d5ef
commit aa1eba4f5a
26 changed files with 811 additions and 752 deletions

View file

@ -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"