crosvm/rutabaga_gfx/ffi/Cargo.toml
Gurchetan Singh ae733ceb2b rutabaga_gfx: release commit 0.1.3
This revbumps rutabaga_gfx and rutabaga_gfx_ffi to
version 0.1.3

BUG=b:322802940
TEST=compile

Change-Id: Ib8026be6a7e64969fd502c4b3dde75b9af5485c4
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5270777
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Auto-Submit: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Vikram Auradkar <auradkar@google.com>
Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org>
2024-02-09 20:41:50 +00:00

29 lines
631 B
TOML

[package]
name = "rutabaga_gfx_ffi"
version = "0.1.3"
authors = ["The ChromiumOS Authors + Android Open Source Project"]
edition = "2021"
description = "Handling virtio-gpu protocols with C API"
license-file = "LICENSE"
[lib]
name = "rutabaga_gfx_ffi"
crate-type = ["cdylib", "staticlib"]
[dependencies]
rutabaga_gfx = { path = "../", version = "0.1.3"}
libc = "0.2.93"
log = "0.4"
once_cell = "1.7"
[features]
minigbm = ["rutabaga_gfx/minigbm"]
gfxstream = ["rutabaga_gfx/gfxstream"]
virgl_renderer = ["rutabaga_gfx/virgl_renderer"]
vulkano = ["rutabaga_gfx/vulkano"]
[profile.dev]
lto = true
incremental = false
[workspace]