[package] name = "milkyway" version = "0.1.0" edition = "2024" [dependencies] parking_lot = "0.12.5" smithay = { version = "0.7.0", features = ["wayland-backend", "xwayland"] } wayland-protocols = { version = "0.32.13", features = ["wayland-server", "server"] } wayland-server = { version = "0.31.13", features = ["dlopen"] } winit = "0.30.13"