🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617
[package]
name = "smallvil"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bitflags = "2.2.1"
[dependencies.smithay]
path = "../"
default-features = false
features = [
"backend_winit",
"wayland_frontend",
"desktop",
]