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

19 lines
566 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]
2024-11-09 15:57:17 +03:00
adw = { version = "0.7.1", package = "libadwaita", features = ["v1_4"] }
2024-02-06 09:01:26 +04:00
anyhow.workspace = true
2024-11-09 15:57:17 +03:00
gtk = { version = "0.9.3", package = "gtk4", features = ["v4_12"] }
2024-11-09 17:35:31 +03:00
niri = { version = "0.1.10", path = ".." }
niri-config = { version = "0.1.10", path = "../niri-config" }
2024-02-06 09:01:26 +04:00
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true