feat: wayland native

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-16 04:12:54 +03:00
parent 2b0edc9c50
commit de29059c13
3 changed files with 262 additions and 3 deletions

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.15.2"
bevy = { version = "0.15.2", features = ["wayland"] }