mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-06 01:16:24 -06:00
30 lines
897 B
TOML
30 lines
897 B
TOML
[package]
|
|
name = "borders-desktop"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
tracy = ["dep:tracing-tracy", "dep:tracy-client"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
bevy_ecs = { version = "0.17", default-features = false, features = ["std"] }
|
|
borders-core = { path = "../borders-core", features = ["ui"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-opener = "2"
|
|
tauri-plugin-process = "2"
|
|
tokio = { version = "1", features = ["time"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
tracing-tracy = { version = "0.11", default-features = false, optional = true }
|
|
tracy-client = { version = "0.18.2", optional = true }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["tauri-build"]
|