4202332c41dbb214c361fa4d7fa55346e66b4062
[rustc.git] /
1 [package]
2 name = "compositor"
3 version = "0.1.0"
4 authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
5 edition = "2018"
6 license = "MPL-2.0"
7
8 [dependencies]
9 webrender = { path = "../../webrender" }
10 gleam = "0.13.1"
11
12 [target.'cfg(windows)'.dependencies]
13 compositor-windows = { path = "../compositor-windows" }
14
15 [target.'cfg(target_os = "linux")'.dependencies]
16 compositor-wayland = { path = "../compositor-wayland" }