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]
|
|
|
|
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
|
|
|
|
anyhow.workspace = true
|
2024-03-08 17:06:35 +04:00
|
|
|
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
2024-03-30 11:39:12 +04:00
|
|
|
niri = { version = "0.1.4", path = ".." }
|
|
|
|
|
niri-config = { version = "0.1.4", path = "../niri-config" }
|
2024-02-06 09:01:26 +04:00
|
|
|
smithay.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|