15 lines
504 B
TOML
15 lines
504 B
TOML
[package]
|
|
name = "milkyway"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.12.5"
|
|
smithay = { path = "./smithay", features = ["desktop", "wayland-backend", "wayland_frontend", "xwayland"] }
|
|
wayland-protocols = { version = "0.32.13", features = ["wayland-server", "server"] }
|
|
wayland-server = { version = "0.31.13", features = ["dlopen"] }
|
|
winit = "0.30.13"
|
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
|
bitflags = "2.2.1"
|
|
rodio = "0.22.2"
|
|
cairo-rs = "0.22.0"
|