mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-05 16:12:47 +02:00
smallvil, the base of this project, is licensed under MIT. catacomb where I'm copypasting from is licensed under GPLv3.
19 lines
361 B
TOML
19 lines
361 B
TOML
[package]
|
|
name = "niri"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[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",
|
|
]
|