blob: 29fc38ae2ea0e3c231dc0d4aa17a78b4f9b1e9eb [file] [log] [blame]
[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" }