servo/components/canvas
bors-servo ae10552074
Auto merge of #27558 - jdm:revert-revert-wrup, r=Manishearth
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.
2020-08-10 17:44:34 -04:00
..
webgl_mode Support for webxr layer management 2020-06-28 16:37:45 -05:00
canvas_data.rs When instantiating a CTFont, store the bytes that were used to create it. 2020-08-07 15:30:55 -04:00
canvas_paint_thread.rs Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdm 2020-06-12 13:43:51 -04:00
Cargo.toml Auto merge of #27558 - jdm:revert-revert-wrup, r=Manishearth 2020-08-10 17:44:34 -04:00
lib.rs Support for webxr layer management 2020-06-28 16:37:45 -05:00
raqote_backend.rs Skip missing glyphs when drawing 2d canvas text. 2020-08-07 13:57:57 -04:00
webgl_limits.rs Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSET 2020-04-30 10:11:11 +02:00
webgl_thread.rs webgl: Support preserveDrawingBuffer. 2020-08-06 14:25:17 -04:00