mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
Fix missing canvas text on UWP This addresses the missing fonts under UWP by updating font-kit and assorted dependencies that all depend on older incompatible versions of freetype. This also works around #27492 by using a fork of webrender that cherry-picks required dependency updates without bringing in the commit that exposes an ANGLE crash. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #27515 - [x] These changes do not require tests because no UWP tests. |
||
|---|---|---|
| .. | ||
| platform | ||
| tests | ||
| text | ||
| Cargo.toml | ||
| font.rs | ||
| font_cache_thread.rs | ||
| font_context.rs | ||
| font_template.rs | ||
| lib.rs | ||