Add exclusive fullscreen

This commit is contained in:
reo 2025-12-15 22:16:41 +03:00
parent 2a255affe4
commit b50a60755a
3 changed files with 69 additions and 2 deletions

View file

@ -8,5 +8,5 @@ winit = "0.30.12"
raidillon_core = { path = "../core" }
raidillon_assets = { path = "../asset" }
glam = "0.30.5"
serde = "1.0.228"
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"