(settings.toml) to persist settings, fix a bug in platform code where innner window size wasn't updated on resize, various other tweaks
12 lines
235 B
TOML
12 lines
235 B
TOML
[package]
|
|
name = "raidillon_platform"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
winit = "0.30.12"
|
|
raidillon_core = { path = "../core" }
|
|
raidillon_assets = { path = "../asset" }
|
|
glam = "0.30.5"
|
|
serde = "1.0.228"
|
|
toml = "0.9.8"
|