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