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

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