Using the color helpers in CanvasPaintTask.

This commit is contained in:
Adenilson Cavalcanti 2015-02-05 16:27:15 -08:00
parent c360b75e16
commit a825e59516
4 changed files with 11 additions and 4 deletions

View file

@ -9,6 +9,8 @@
extern crate azure;
extern crate geom;
extern crate gfx;
extern crate util;
pub mod canvas_paint_task;