libamdgpu_top 0.6.0

A library for amdgpu_top
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libamdgpu_top"
version = "0.6.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/Umio-Yasuno/amdgpu_top"
authors = ["Umio Yasuno <coelacanth_dream@protonmail.com>"]
description = "A library for amdgpu_top"

# 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.4.1", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }