Cargo Features
[dependencies]
amdgpu_top = { version = "0.9.2", default-features = false, features = ["package", "gui", "tui", "json", "git_version"] }
- default = git_version, gui, json, tui
-
These default features are set whenever
amdgpu_top
is added without
somewhere in the dependency tree.default-features = false - package = gui, json, tui
- gui default package?
-
Enables amdgpu_top_gui
- tui default package?
-
Enables amdgpu_top_tui
- json default package?
-
Enables amdgpu_top_json and libc
- git_version build default
-
Enables gix ^0.64
AMDGPU_TOP has 6 features without comments.