mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
608ab7d8b1
We can do this now that we have libdisplay-info.
25 lines
604 B
TOML
25 lines
604 B
TOML
[package]
|
|
name = "niri-config"
|
|
version.workspace = true
|
|
description.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bitflags.workspace = true
|
|
csscolorparser = "0.7.0"
|
|
knuffel = "3.2.0"
|
|
miette = "5.10.0"
|
|
niri-ipc = { version = "0.1.8", path = "../niri-ipc" }
|
|
regex = "1.10.6"
|
|
smithay = { workspace = true, features = ["backend_libinput"] }
|
|
tracing.workspace = true
|
|
tracy-client.workspace = true
|
|
|
|
[dev-dependencies]
|
|
k9.workspace = true
|
|
miette = { version = "5.10.0", features = ["fancy"] }
|
|
pretty_assertions = "1.4.0"
|