libdrm_amdgpu_sys 0.1.0

libdrm_amdgpu bindings for Rust, and some methods ported from Mesa3D.
[package]
name = "libdrm_amdgpu_sys"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "MIT"
description = "libdrm_amdgpu bindings for Rust, and some methods ported from Mesa3D."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
# name = "libdrm_amdgpu_sys"
path = "lib.rs"

[build-dependencies]
bindgen = "0.59.0"
pkg-config = "0.3.25"

[dependencies]