Move prepare_pixels helper functions to canvas_traits

This commit is contained in:
Anthony Ramine 2018-11-15 10:01:19 +01:00
parent 86987ed75d
commit adf363a208
12 changed files with 481 additions and 476 deletions

View file

@ -14,5 +14,6 @@ extern crate malloc_size_of_derive;
extern crate serde;
pub mod canvas;
#[macro_use]
pub mod webgl;
mod webgl_channel;