* refactor: deprecate vulkan binary refactor: clean up vulkan lib chore: cleanup chore: clean up chore: clean up fix: build * fix: skip binaries download env * Update src-tauri/utils/src/system.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src-tauri/utils/src/system.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
29 lines
794 B
TOML
29 lines
794 B
TOML
[package]
|
|
name = "tauri-plugin-hardware"
|
|
version = "0.6.599"
|
|
authors = ["Jan <service@jan.ai>"]
|
|
description = "Tauri plugin for hardware information and GPU monitoring"
|
|
license = "MIT"
|
|
repository = "https://github.com/menloresearch/jan"
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
|
|
links = "tauri-plugin-hardware"
|
|
|
|
[dependencies]
|
|
vulkano = "0.34"
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
nvml-wrapper = "0.10.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sysinfo = "0.34.2"
|
|
tauri = { version = "2.5.0", default-features = false, features = ["test"] }
|
|
|
|
# Windows-specific dependencies
|
|
[target.'cfg(windows)'.dependencies]
|
|
libloading = "0.8"
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { version = "2.3.1", features = ["build"] }
|