[package] name = "virtgpu_kumquat_ffi" version = "0.1.3" authors = ["Android Open Source Project"] edition = "2021" description = "Library for virtgpu syscalls" license-file = "LICENSE" [lib] name = "virtgpu_kumquat_ffi" crate-type = ["cdylib", "staticlib"] [dependencies] rutabaga_gfx = { path = "../../", version = "0.1.3"} zerocopy = { version = "0.7", features = ["derive"] } libc = "0.2.93" log = "0.4" [profile.dev] lto = true incremental = false [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies] nix = { version = "0.28", features = ["event", "feature", "fs", "mman", "socket", "uio", "ioctl"] } [workspace]