Files
niri/Cargo.toml
T

19 lines
361 B
TOML
Raw Normal View History

2023-08-07 19:44:40 +04:00
[package]
name = "niri"
version = "0.1.0"
edition = "2021"
2023-08-08 16:34:01 +04:00
license = "GPL-3.0-or-later"
2023-08-07 19:44:40 +04:00
[dependencies]
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bitflags = "2.2.1"
[dependencies.smithay]
git = "https://github.com/Smithay/smithay"
default-features = false
features = [
"backend_winit",
"wayland_frontend",
"desktop",
]