smithay/smallvil/Cargo.toml
2022-06-12 21:00:26 +00:00

18 lines
282 B
TOML

[package]
name = "smallvil"
version = "0.1.0"
edition = "2021"
[dependencies]
slog = { version = "2.1.1" }
slog-stdlog = "4.1.0"
bitflags = "1"
[dependencies.smithay]
path = "../"
default-features = false
features = [
"backend_winit",
"wayland_frontend",
"desktop",
]