summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2021-05-07 18:06:02 +0200
committerArne Dußin2021-05-07 18:06:02 +0200
commit6de8cfc84edbc80196ad144f2886031a898f5ed7 (patch)
treeb51d5f147dacce69bbb70bf363067a2528a2601f /Cargo.toml
parentf3178df0a92fb3b87087e78cad7b9313f947be6a (diff)
downloadpmd_coop-main.tar.gz
pmd_coop-main.zip
Add player movementHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75f2730..63abbce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+lazy_static = "*"
+float-cmp = "*"
+nalgebra = "*"
+num-traits = "*"
+serde = { version = "*", features = ["derive"] }
specs = "^0.16"
specs-derive = "*"
-lazy_static = "*"
[dependencies.sdl2]
version = "^0.34"