[package]
edition = "2024"
name = "amdgpu-device-libs-build"
version = "0.2.0"
authors = ["Flakebi <flakebi@t-online.de>"]
build = false
include = [
"/src",
"*.bc",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support library for the amdgpu target, build script utility to link device-libs"
readme = "README.md"
keywords = [
"amdgpu",
"gpu",
]
categories = [
"development-tools::build-utils",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Flakebi/amdgpu-rs/tree/main/amdgpu-device-libs-build"
[features]
default = ["rustflags"]
rustflags = ["dep:rustflags"]
[lib]
name = "amdgpu_device_libs_build"
path = "src/lib.rs"
[dependencies.rustflags]
version = "0.1"
optional = true