cosmic-comp/cosmic-comp-config/Cargo.toml

22 lines
624 B
TOML
Raw Normal View History

[package]
name = "cosmic-comp-config"
2025-12-19 18:59:31 +01:00
version = "1.0.0"
2025-10-16 13:39:28 +02:00
edition = "2024"
[dependencies]
2026-03-04 19:15:34 -05:00
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional = true }
2026-04-24 14:14:59 -07:00
input = "0.10.0"
2025-10-16 13:39:28 +02:00
libdisplay-info = { version = "0.3.0", optional = true }
serde = { version = "1", features = ["derive"] }
ron = { version = "0.12", optional = true }
tracing = { version = "0.1.44", features = [
"max_level_debug",
"release_max_level_info",
], optional = true }
[features]
2026-03-04 19:15:34 -05:00
default = []
output = ["ron", "tracing"]
randr = ["cosmic-randr-shell", "output"]