Move LayerKind and ScrollPolicy enums to gfx_traits

This also moves LayerId and LayerProperties to gfx_traits.

Fixes #8836.
This commit is contained in:
Brandon Fairchild 2015-12-20 19:21:51 -05:00
parent a900196b3f
commit 637afecec9
26 changed files with 150 additions and 115 deletions

View file

@ -18,6 +18,13 @@ features = ["plugins"]
[dependencies.msg]
path = "../msg"
[dependencies.plugins]
path = "../plugins"
[dependencies.util]
path = "../util"
[dependencies]
euclid = {version = "0.4", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"