mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix warnings in vendored WebRender
These show up every time one builds, so this adds a patch on top of our vendored copy of WebRender to fix these errors for now.
This commit is contained in:
parent
f11c6045e3
commit
4db0b5d9e3
30 changed files with 705 additions and 126 deletions
2
third_party/webrender/glsl-to-cxx/src/lib.rs
vendored
2
third_party/webrender/glsl-to-cxx/src/lib.rs
vendored
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
extern crate glsl;
|
||||
use glsl;
|
||||
|
||||
mod hir;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue