mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
32cabe0cd4
BUG=b:213149155 TEST=presubmit Change-Id: Iff1a721dddfaed3e2728222a75348745be9ef05a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3710851 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Vikram Auradkar <auradkar@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
21 lines
379 B
TOML
21 lines
379 B
TOML
[package]
|
|
name = "gpu_display"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[features]
|
|
x = []
|
|
|
|
[dependencies]
|
|
data_model = { path = "../common/data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|
|
linux_input_sys = { path = "../linux_input_sys" }
|
|
remain = "*"
|
|
thiserror = "*"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.25"
|
|
pkg-config = "0.3.11"
|
|
cfg-if = "1.0.0"
|