summary refs log tree commit diff
path: root/gpu_buffer/Cargo.toml
blob: 553e608d76afd806f909a01e494cdb1f18a8bbb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
[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" }