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

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

[build-dependencies]
cc = "=1.0.25"