mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-08 03:11:46 +00:00
This dependency is only required for tests. BUG=b:214478588 TEST=cargo build --features "video-decoder,vaapi" Change-Id: Ia503f2e3ff936061ad3f45215c765f0f282cf24e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4142079 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Auto-Submit: Alexandre Courbot <acourbot@chromium.org>
16 lines
284 B
TOML
16 lines
284 B
TOML
[package]
|
|
name = "libva"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
bitflags = "1"
|
|
log = { version = "0", features = ["release_max_level_debug"] }
|
|
|
|
[build-dependencies]
|
|
pkg-config = "*"
|
|
|
|
[dev-dependencies]
|
|
crc32fast = "1.2.1"
|