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-03-29 10:55:50 +03:00
|
|
|
adw = { version = "0.7.2", package = "libadwaita", features = ["v1_4"] }
|
2024-02-06 09:01:26 +04:00
|
|
|
anyhow.workspace = true
|
2025-02-21 08:03:39 +03:00
|
|
|
gtk = { version = "0.9.6", package = "gtk4", features = ["v4_12"] }
|
2025-02-21 09:03:36 +03:00
|
|
|
niri = { version = "25.2.0", path = ".." }
|
|
|
|
|
niri-config = { version = "25.2.0", path = "../niri-config" }
|
2024-02-06 09:01:26 +04:00
|
|
|
smithay.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|