summary refs log tree commit diff
path: root/gpu_display/Cargo.toml
blob: 21ee9ca4e064a15342500fc05bbdb6e85888a530 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }
linux_input_sys = { path = "../linux_input_sys" }

[build-dependencies]
cc = "=1.0.25"