very late init

This commit is contained in:
2026-02-06 04:06:03 -06:00
commit 82f919150b
27 changed files with 3422 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "vectors"
version = "0.1.0"
edition = "2024"
[dependencies]
libm = "0.2.15"
rand = "0.9.1"
sdl2 = { version = "0.37.0", features = ["gfx"] }