crosvm/gpu_buffer/Cargo.toml

10 lines
187 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" }
base = { path = "../base" }