mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-25 04:14:06 +00:00
228e4a6a91
Combine GPU buffer allocation with the system resource allocator making life easier as only one allocator needs to get passed to the execute function. Change-Id: I199eb0fd6b99b629aaec1ae3295e8a1942da5309 Signed-off-by: Dylan Reid <dgreid@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1099856
13 lines
284 B
TOML
13 lines
284 B
TOML
[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" }
|