Started using lin alg library

This commit is contained in:
STP
2023-11-11 00:27:26 -05:00
parent bd458d4922
commit fefa7830d1
5 changed files with 1265 additions and 267 deletions

View File

@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.32.3"
wgpu = "0.18.0"