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-06-23 13:51:22 +03:00
|
|
|
gtk = { version = "0.9.7", package = "gtk4", features = ["v4_12"] }
|
2025-05-25 08:45:03 +03:00
|
|
|
niri = { version = "25.5.1", path = ".." }
|
|
|
|
|
niri-config = { version = "25.5.1", path = "../niri-config" }
|
2024-02-06 09:01:26 +04:00
|
|
|
smithay.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|