crosvm/resources/Cargo.toml

15 lines
301 B
TOML
Raw Normal View History

[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" }