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:
8
crates/voltex_math/Cargo.toml
Normal file
8
crates/voltex_math/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "voltex_math"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
1
crates/voltex_math/src/lib.rs
Normal file
1
crates/voltex_math/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Voltex Math Library - Phase 1
|
||||
Reference in New Issue
Block a user