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

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

[build-dependencies]
cc = "=1.0.25"