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

@ -14,4 +14,7 @@ git = "https://github.com/servo/rust-azure"
git = "https://github.com/servo/rust-geom"
[dependencies.util]
path = "../util"
path = "../util"
[dependencies.gfx]
path = "../gfx"