[[example]]
name = "amdgpu_info"
required-features = ["std"]
[[example]]
name = "vbios_dump"
required-features = ["std"]
[[example]]
name = "gpu_metrics"
required-features = ["std"]
[build-dependencies.bindgen]
optional = true
version = "0.59.0"
[build-dependencies.pkg-config]
optional = true
version = "0.3.25"
[features]
buildtime_bindgen = ["bindgen", "pkg-config"]
default = ["std"]
std = []
[lib]
path = "lib.rs"
[package]
authors = ["Umio Yasuno <coelacanth_dream@proton.me>"]
build = "build.rs"
description = "libdrm_amdgpu bindings for Rust, and some methods ported from Mesa3D."
edition = "2021"
keywords = ["amdgpu", "libdrm"]
license = "MIT"
name = "libdrm_amdgpu_sys"
readme = "README.md"
repository = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs"
version = "0.1.2"