mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Premultiply RGBA image data before sending to webrender
This commit is contained in:
parent
ee223798cc
commit
ec3142e811
4 changed files with 21 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(step_by)]
|
||||
|
||||
extern crate brotli;
|
||||
extern crate cookie as cookie_rs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue