feat: rudimentary implementation with Layer Shell

This commit is contained in:
Naman Agrawal
2025-08-20 17:46:35 +05:30
parent 64508506d1
commit 93b879c937
9 changed files with 5857 additions and 3 deletions
+5
View File
@@ -4,3 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.16.1"
lazy_static = "1.5.0"
raw-window-handle = "0.6.2"
smithay-client-toolkit = "0.20.0"
wayland-backend = { version = "0.3.11", features = ["client_system"] }