🔒 Repository is read-only – file editing is disabled.

PaganDE/smithay-0.7.0/smallvil/Cargo.toml main

17 linii Raw ← Powrót
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",
]