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

@ -55,8 +55,8 @@ impl LayerId {
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LayerKind {
Layer2D,
Layer3D,
NoTransform,
HasTransform,
}
/// The scrolling policy of a layer.