summary refs log tree commit diff
path: root/gpu_buffer/Cargo.toml
blob: 239283dab6bfbd3e5acb542785ce39fcbc7aecf7 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "gpu_buffer"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dependencies]
data_model = { path = "../data_model" }
sys_util = { path = "../sys_util" }