mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
18 lines
332 B
TOML
18 lines
332 B
TOML
[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",
|
|
]
|