16 lines
410 B
TOML
16 lines
410 B
TOML
[package]
|
|
name = "compositor"
|
|
version = "0.1.0"
|
|
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
webrender = { path = "../../webrender" }
|
|
gleam = "0.15"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
compositor-windows = { path = "../compositor-windows" }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
compositor-wayland = { path = "../compositor-wayland" }
|