eraden
7616ddd8fc
GUI in iced Basic plot manipulation Working solution Fix documentation Fix build scripts Slice application Change views Very basic GUI Reload config GUI Helper for root tasks - maybe sock files for all services will be better Add save button Xorg gui and save config to target file Documentation and clippy fixes Avoid compiling gui on CI Readme files Add missing dependencies Add missing pgp key Refactor workflow Refactor workflow Add drag and drop
28 lines
626 B
TOML
28 lines
626 B
TOML
[package]
|
|
name = "amdgpu"
|
|
version = "1.0.9"
|
|
edition = "2018"
|
|
description = "Subcomponent of AMDGPU fan control service"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["hardware", "amdgpu"]
|
|
categories = ["hardware-support"]
|
|
repository = "https://github.com/Eraden/amdgpud"
|
|
|
|
[features]
|
|
gui-helper = []
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.126", features = ["derive"] }
|
|
toml = { version = "0.5.8" }
|
|
ron = { version = "0.7.0" }
|
|
|
|
thiserror = { version = "1.0.30" }
|
|
gumdrop = { version = "0.8.0" }
|
|
|
|
log = { version = "0.4.14" }
|
|
pretty_env_logger = { version = "0.4.0" }
|
|
|
|
nix = { version = "0.23.1" }
|
|
|
|
pidlock = { version = "0.1.4" }
|