abstract rendering to new function

This commit is contained in:
IoIxD 2026-07-05 21:48:05 -07:00
commit 4e2fbca7e6
4 changed files with 38 additions and 18 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
parking_lot = "0.12.5"
smithay = { path = "./smithay", features = ["desktop", "wayland-backend", "xwayland"] }
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"