raidillon/engine/Cargo.toml
reo 46c8c32819 Huge input update, FPS Camera controls system
Long day. I now store winit:🪟:Window in a mutex.
2025-09-28 01:31:14 +03:00

13 lines
No EOL
281 B
TOML

[package]
name = "raidillon_engine"
version = "0.1.0"
edition = "2024"
[dependencies]
raidillon_assets = { path = "../asset" }
raidillon_core = { path = "../core" }
raidillon_platform = { path = "../platform" }
winit = "0.30.12"
hecs = "0.10.5"
indexmap = "2.10.0"
glam = "0.30.8"