summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2024-12-09 06:38:12 +0100
committereug-vs <eugene@eug-vs.xyz>2024-12-09 06:38:12 +0100
commitac0e2abb003300bd4d414ae9ee5e97c36c0663a2 (patch)
tree997cec9567ed6af44594b3d3d383ca0add848008 /Cargo.toml
downloadparticle-physics-ac0e2abb003300bd4d414ae9ee5e97c36c0663a2.tar.gz
feat: create basic particle-spring system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6f18a73
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "physics-rust"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+cgmath = "0.18.0"