blob: 98850d4d7a310195a76681734a5df8b0b3c09a16 [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" }
base = { path = "../base" }