Files
niri/niri-visual-tests/Cargo.toml
T

19 lines
569 B
TOML
Raw Normal View History

2024-02-06 09:01:26 +04:00
[package]
name = "niri-visual-tests"
version.workspace = true
description.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
2025-12-18 11:41:57 +03:00
adw = { version = "0.8.1", package = "libadwaita", features = ["v1_4"] }
2024-02-06 09:01:26 +04:00
anyhow.workspace = true
2025-12-18 11:41:57 +03:00
gtk = { version = "0.10.3", package = "gtk4", features = ["v4_12"] }
2025-11-29 09:30:43 +03:00
niri = { version = "25.11.0", path = ".." }
niri-config = { version = "25.11.0", path = "../niri-config" }
2024-02-06 09:01:26 +04:00
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true