niri/Cargo.toml

18 lines
332 B
TOML
Raw Normal View History

2023-08-07 18:44:40 +03:00
[package]
name = "niri"
version = "0.1.0"
edition = "2021"
[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",
]