wayvr/wlx-common/Cargo.toml

24 lines
504 B
TOML

[package]
name = "wlx-common"
version = "0.1.0"
edition = "2024"
[dependencies]
wayvr-ipc = { path = "../wayvr-ipc", default-features = false }
anyhow.workspace = true
glam.workspace = true
idmap = { workspace = true, features = ["serde"] }
idmap-derive.workspace = true
log.workspace = true
serde = { workspace = true, features = ["rc"] }
xdg.workspace = true
chrono = "0.4.42"
smol = "2.0.2"
rodio = { version = "0.21.1", default-features = false, features = [
"playback",
"mp3",
"hound",
] }