Update rust-layers to get 2d transform + clipping support.

This commit is contained in:
Glenn Watson 2015-08-11 08:48:44 +10:00
parent 2b9590c5a5
commit 30d9e75557
6 changed files with 10 additions and 10 deletions

View file

@ -747,7 +747,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "layers"
version = "0.1.0"
source = "git+https://github.com/servo/rust-layers#e2283b8ec3d3eb2e10afa8a318deda71dd59d11a"
source = "git+https://github.com/servo/rust-layers#c4fa565228a9741a1c138a96421fcbd156ad1e45"
dependencies = [
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",