crosvm/gpu_buffer/Cargo.toml

10 lines
195 B
TOML
Raw Normal View History

[package]
name = "gpu_buffer"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
data_model = { path = "../data_model" }
sys_util = { path = "../sys_util" }