summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-26 22:30:48 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-26 22:30:48 +0100
commitab7c3c2d7ce52d96dba6e13e852ef4dfd4f473ce (patch)
tree5b4d60299da48759b32dc9ded9ba54c393b8e4b5 /Cargo.toml
parent44f8227fe8f3b57c432bda6bfb0e0059e08aea1a (diff)
downloadmt_ser-ab7c3c2d7ce52d96dba6e13e852ef4dfd4f473ce.tar.xz
Support cgmath and collision
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56363d9..0e54d56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,8 @@ edition = "2021"
[dependencies]
byteorder = "1.4.3"
+cgmath = "0.17.0"
+collision = "0.20.1"
enumset = { git = "https://github.com/Lymia/enumset" }
flate2 = { version = "1.0.25", features = ["zlib"], default-features = false }
mt_ser_derive = { path = "derive" }