mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-09 22:08:37 -06:00
Update source files
This commit is contained in:
29
crates/borders-desktop/Cargo.toml
Normal file
29
crates/borders-desktop/Cargo.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user