libamdgpu_top 0.9.1

A library for amdgpu_top
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libamdgpu_top"
license = "MIT"
description = "A library for amdgpu_top"
version.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true

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

[dependencies]
anyhow = { version = "1.0.*" }
libdrm_amdgpu_sys = { version = "0.7.5", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }