szeged / webrender

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

Fix the Rust nightly build #296

Closed mmatyas closed 5 years ago

mmatyas commented 5 years ago

These changes make it possible to build the project using the latest Rust nightly (1.37 at the moment).

kvark commented 5 years ago

Thank you! Can we upstream these fixes to the main WR?

mmatyas commented 5 years ago

I've just tried servo/webrender's master, but it seems to work fine with the current nightly, without any changes.

kvark commented 5 years ago

@mmatyas don't you find this weird then? If the upstream works fine, you should be able to fix this by just updating to latest instead of trying to fix it on your own.

zakorgy commented 5 years ago

I merge this, because this PR enables us to work with rust version 1.36 and higher.