• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "gpu_display"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2021"
6
7[features]
8x = []
9
10[dependencies]
11data_model = { path = "../common/data_model" }
12libc = "*"
13base = { path = "../base" }
14linux_input_sys = { path = "../linux_input_sys" }
15remain = "*"
16thiserror = "*"
17
18[build-dependencies]
19cc = "1.0.25"
20pkg-config = "0.3.11"
21