crosvm/resources/Cargo.toml

14 lines
284 B
TOML
Raw Normal View History

[package]
name = "resources"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[features]
wl-dmabuf = ["gpu_buffer"]
[dependencies]
data_model = { path = "../data_model" }
gpu_buffer = { path = "../gpu_buffer", optional = true }
libc = "*"
sys_util = { path = "../sys_util" }