mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
69f3931ee6
BUG=b:213151426 TEST=presubmit. enables windows tests Change-Id: I1ec80b88c8e66454d7eb911a8d366747528ff4fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3698048 Commit-Queue: Vikram Auradkar <auradkar@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
30 lines
757 B
TOML
30 lines
757 B
TOML
[package]
|
|
name = "rutabaga_gfx"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[features]
|
|
gfxstream = []
|
|
virgl_renderer = []
|
|
virgl_renderer_next = []
|
|
minigbm = []
|
|
# To try out Vulkano, delete the following line and uncomment the line in "dependencies". vulkano
|
|
# features are just a prototype and not integrated yet into the ChromeOS build system.
|
|
vulkano = []
|
|
x = []
|
|
|
|
[dependencies]
|
|
cfg-if = "*"
|
|
data_model = { path = "../common/data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|
|
remain = "*"
|
|
sync = { path = "../common/sync" }
|
|
thiserror = "*"
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
#vulkano = {git = "https:/github.com/vulkano-rs/vulkano.git", optional = true}
|
|
|
|
[build-dependencies]
|
|
pkg-config = "*"
|
|
anyhow = "*"
|