raidillon/engine/Cargo.toml
reo 713d865dd7 MASSIVE Kinematic Character Controller Update
- NEW kinematic character controller powered by rapier3d at kinematic_character_controller.rs
- NEW camera modes. The ability to switch between the free debug camera and new character controller.
- NEW keybinds system to support the camera mode swap
2025-10-26 18:29:59 +03:00

14 lines
No EOL
317 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" }
raidillon_ecs = { path = "../ecs" }
winit = "0.30.12"
hecs = "0.10.5"
indexmap = "2.10.0"
glam = "0.30.8"