amdgpu_top_gui 0.11.2

GUI Library for amdgpu_top
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "amdgpu_top_gui"
version = "0.11.2"
authors = ["Umio Yasuno <coelacanth_dream@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI Library for amdgpu_top"
readme = false
license = "MIT AND OFL-1.1"
repository = "https://github.com/Umio-Yasuno/amdgpu_top"

[features]
default = ["libamdgpu_top/libdrm_link"]

[lib]
name = "amdgpu_top_gui"
path = "src/lib.rs"

[dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "wgpu",
    "persistence",
    "wayland",
    "x11",
]
default-features = false

[dependencies.egui_plot]
version = "0.34"

[dependencies.i18n-embed]
version = "0"
features = [
    "fluent-system",
    "desktop-requester",
]

[dependencies.i18n-embed-fl]
version = "0"

[dependencies.libamdgpu_top]
version = "0.11.0"
default-features = false

[dependencies.num_enum]
version = "0.7.5"

[dependencies.rust-embed]
version = "8"
features = ["debug-embed"]

[dependencies.wgpu]
version = "27"
features = [
    "gles",
    "vulkan",
]
default-features = false

[lints.clippy]
single_match = "allow"
upper_case_acronyms = "allow"