mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use skia and deps from crates.io.
Fix https://github.com/servo/skia/issues/70
This commit is contained in:
parent
3720e4d5ef
commit
aa1eba4f5a
26 changed files with 811 additions and 752 deletions
|
@ -75,13 +75,13 @@ log = "0.3"
|
|||
num = "0.1.24"
|
||||
time = "0.1.17"
|
||||
gleam = "0.1"
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
url = "0.5"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-graphics = "0.1"
|
||||
core-graphics = "0.2"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core-text]
|
||||
git = "https://github.com/servo/core-text-rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue