crosvm/rutabaga_gfx
Ryan Neph b3c42bb9d7 Cargo.toml: add vulkano as top-level feature
Hook rutabaga_gfx/vulkano into a new top-level feature of the same name,
so that it can be detected for conditional compilation of gpu device
creation details.

Also moves the `vulkano` dependency out of windows-specific list and
into generic list for all platforms.

(Note: the existing rutabaga_gfx/Cargo.toml hacks must still be locally
applied and rust-toolchain channel must be manually set to 1.70 or
greater to successfully build with --feature=vulkano)

BUG=b:246334944
BUG=b:244591751
Test=tools/dev_container tools/presubmit

Change-Id: Ic1938f3d8599de1414539abf5a4b57a9fe1764dd
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5264226
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Ryan Neph <ryanneph@google.com>
2024-02-08 00:17:33 +00:00
..
ffi [rutabaga_gfx:ffi] Locate target build directory. 2024-01-26 16:11:00 +00:00
src rutabaga_gfx: Query cachability from minigbm 2024-02-01 21:34:17 +00:00
build.rs
Cargo.toml Cargo.toml: add vulkano as top-level feature 2024-02-08 00:17:33 +00:00
LICENSE