mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
BUG=b:197143586 TEST=cargo check Change-Id: I461144d021314984e9ec2c738144b8e3065efcf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3105079 Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
20 lines
356 B
TOML
20 lines
356 B
TOML
[package]
|
|
name = "gpu_display"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
x = []
|
|
|
|
[dependencies]
|
|
data_model = { path = "../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"
|