blob: d7458b94cfd9144b7d9b921543c33a958de5ff7a [file] [log] [blame]
[package]
name = "resources"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[features]
wl-dmabuf = ["gpu_buffer"]
[dependencies]
gpu_buffer = { path = "../gpu_buffer", optional = true }
libc = "*"
msg_socket = { path = "../msg_socket" }
sys_util = { path = "../sys_util" }