Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Failing after 3m47s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
cpu struct types being worked on cpu error handling fixed moved from anyhow -> thiserror other shit i'm too tired to mention
27 lines
839 B
TOML
27 lines
839 B
TOML
[package]
|
|
name = "telemetry"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ash = "0.38.0"
|
|
chrono = { version = "0.4.40", features = ["serde"] }
|
|
derive_more = { version = "2.0.1", features = ["add", "add_assign", "as_ref", "deref_mut", "from", "from_str", "full", "into", "mul", "mul_assign", "not", "sum", "try_from", "try_into", "try_unwrap", "unwrap"] }
|
|
detect-desktop-environment = "1.2.0"
|
|
hidapi = "2.6.3"
|
|
humansize = "2.1.3"
|
|
metal = { version = "0.32.0", optional = true }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
strum = "0.27.1"
|
|
strum_macros = "0.27.1"
|
|
sys-locale = "0.3.2"
|
|
sysinfo = { version = "0.34.2", features = ["serde"] }
|
|
thiserror = "2.0.12"
|
|
timeago = "0.4.2"
|
|
versions = { version = "7.0.0", features = ["serde"] }
|
|
wgpu = "25.0.0"
|
|
winit = "0.30.9"
|
|
|
|
[features]
|
|
metal = ["dep:metal"]
|