| [package] |
| name = "croscomp" |
| version = "0.1.0" |
| authors = ["Kristian H. Kristensen <hoegsberg@google.com>"] |
| edition = "2018" |
| build = "build.rs" |
| |
| [features] |
| default = ["drm-backend"] |
| wayland-backend = [] |
| drm-backend = [] |
| |
| [dependencies] |
| wayland-commons = { path = "third_party/wayland-commons" } |
| wayland-sys = { path = "third_party/wayland-sys" } |
| bitflags = "1.0" |
| nix = "*" |
| log = "*" |
| env_logger = "*" |
| structopt = "0.3" |
| tokio = { version = "*", features = ["full"] } |
| |
| [build-dependencies] |
| wayland-scanner = { path = "third_party/wayland-scanner" } |
| cc = { version = "1.0", features = ["parallel"] } |
| pkg-config = "0.3" |
| rayon = "*" |