mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #8947 - Ms2ger:core-text, r=jdm
Use core-text from crates.io. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8947) <!-- Reviewable:end -->
This commit is contained in:
commit
23b220644c
6 changed files with 22 additions and 28 deletions
|
@ -69,6 +69,7 @@ git = "https://github.com/servo/ipc-channel"
|
|||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-foundation = "0.2"
|
||||
core-graphics = "0.2"
|
||||
core-text = "1.0"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
servo-fontconfig = "0.2"
|
||||
|
@ -100,9 +101,6 @@ git = "https://github.com/servo/rust-freetype"
|
|||
[target.arm-linux-androideabi.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core-text]
|
||||
git = "https://github.com/servo/core-text-rs"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies.simd]
|
||||
git = "https://github.com/huonw/simd"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue