servo / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
3.1k stars 276 forks source link

Update mozangle #4824

Closed sagudev closed 7 months ago

sagudev commented 10 months ago

I know this should go via m-c but I just open PR to keep it noted until then.

sagudev commented 10 months ago

CI error is so weird. egl feature should only be enabled when target is windows. What is even weirder that dwrote (windows only dependency) is not included.

Cc @mrobinson

sagudev commented 10 months ago

CI error is so weird. egl feature should only be enabled when target is windows. What is even weirder that dwrote (windows only dependency) is not included.

cargo test --all causes problem within resolver, so either setting resolver to version 2 or running wrench unit test separately fixes the issue.