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>
This commit is contained in:
2026-03-24 17:47:02 +09:00
parent 40cb38fdc5
commit c5b71b32b7
10 changed files with 2715 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "voltex_math"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]

View File

@@ -0,0 +1 @@
// Voltex Math Library - Phase 1