Phase 1 Task 1 - workspace scaffolding with stub crates Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
266 B
TOML
14 lines
266 B
TOML
[package]
|
|
name = "voltex_renderer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
voltex_math.workspace = true
|
|
voltex_platform.workspace = true
|
|
wgpu.workspace = true
|
|
winit.workspace = true
|
|
bytemuck.workspace = true
|
|
pollster.workspace = true
|
|
log.workspace = true
|