mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
19 lines
566 B
TOML
19 lines
566 B
TOML
[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.7.1", package = "libadwaita", features = ["v1_4"] }
|
|
anyhow.workspace = true
|
|
gtk = { version = "0.9.3", package = "gtk4", features = ["v4_12"] }
|
|
niri = { version = "0.1.10", path = ".." }
|
|
niri-config = { version = "0.1.10", path = "../niri-config" }
|
|
smithay.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|