Files
game_engine/crates/voltex_platform/Cargo.toml
tolelom c5b71b32b7 feat: initialize cargo workspace with voltex_math, voltex_platform, voltex_renderer
Phase 1 Task 1 - workspace scaffolding with stub crates

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:47:02 +09:00

10 lines
159 B
TOML

[package]
name = "voltex_platform"
version = "0.1.0"
edition = "2021"
[dependencies]
voltex_math.workspace = true
winit.workspace = true
log.workspace = true