Premultiply RGBA image data before sending to webrender

This commit is contained in:
Jamie Nicol 2017-02-28 13:04:20 +00:00 committed by Glenn Watson
parent ee223798cc
commit ec3142e811
4 changed files with 21 additions and 0 deletions

View file

@ -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;