2018-05-03 20:19:37 +00:00
|
|
|
[package]
|
|
|
|
name = "gpu_display"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Chromium OS Authors"]
|
2022-03-08 01:16:09 +00:00
|
|
|
edition = "2021"
|
2018-05-03 20:19:37 +00:00
|
|
|
|
2019-04-16 22:09:20 +00:00
|
|
|
[features]
|
|
|
|
x = []
|
|
|
|
|
2018-05-03 20:19:37 +00:00
|
|
|
[dependencies]
|
2021-10-27 18:04:03 +00:00
|
|
|
data_model = { path = "../common/data_model" }
|
2018-05-03 20:19:37 +00:00
|
|
|
libc = "*"
|
2022-03-16 19:16:04 +00:00
|
|
|
base = { path = "../base" }
|
2019-12-17 18:07:11 +00:00
|
|
|
linux_input_sys = { path = "../linux_input_sys" }
|
2021-08-18 21:22:12 +00:00
|
|
|
remain = "*"
|
|
|
|
thiserror = "*"
|
2018-05-03 20:19:37 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-12-03 08:43:37 +00:00
|
|
|
cc = "1.0.25"
|
2021-02-02 00:33:40 +00:00
|
|
|
pkg-config = "0.3.11"
|
2022-06-16 07:25:22 +00:00
|
|
|
cfg-if = "1.0.0"
|