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

[features]
x = []

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

[build-dependencies]
cc = "=1.0.25"