summary refs log tree commit diff
path: root/resources/Cargo.toml
blob: 29fc38ae2ea0e3c231dc0d4aa17a78b4f9b1e9eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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" }