blob: 7edf5ab74bc840949e2eb90254c3581a45d02dea [file] [log] [blame]
[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"] }
tokio-macros = "*"
jobserver = "*"
[build-dependencies]
wayland-scanner = { path = "third_party/wayland-scanner" }
cc = "1.0.25"
pkg-config = "0.3"
rayon = "*"