mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Auto merge of #18598 - glennw:update-wr-driver-bug, r=emilio
Update WR (work around a mac GL driver bug). Also includes updates to the mac core-* crates and friends. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18598) <!-- Reviewable:end -->
This commit is contained in:
commit
61f0fc199e
8 changed files with 104 additions and 110 deletions
|
@ -44,9 +44,9 @@ xi-unicode = "0.1.0"
|
|||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
byteorder = "1.0"
|
||||
core-foundation = "0.3"
|
||||
core-graphics = "0.8"
|
||||
core-text = "6.0"
|
||||
core-foundation = "0.4"
|
||||
core-graphics = "0.9"
|
||||
core-text = "7.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
|
||||
freetype = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue