Add exclusive fullscreen
This commit is contained in:
parent
2a255affe4
commit
b50a60755a
3 changed files with 69 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue