summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2024-12-11 01:02:39 +0100
committereug-vs <eugene@eug-vs.xyz>2024-12-11 01:02:39 +0100
commit376edaead7be57470e74dd2d616f18a2e6bbc0b0 (patch)
tree815cb3919c8e0517e1d4eba2e5411aa797820a59 /Cargo.toml
parentac0e2abb003300bd4d414ae9ee5e97c36c0663a2 (diff)
downloadparticle-physics-376edaead7be57470e74dd2d616f18a2e6bbc0b0.tar.gz
feat: solid foundation for particle system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f18a73..11c9611 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-cgmath = "0.18.0"
+nalgebra = "0.33.2"