raidillon/platform/Cargo.toml
reo f5a16213fa Add Settings with fullscreen and windowed options, a config file
(settings.toml) to persist settings, fix a bug in platform code where
innner window size wasn't updated on resize, various other tweaks
2025-12-09 17:52:17 +03:00

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"