]> git.lizzy.rs Git - mt_ser.git/blobdiff - Cargo.toml
Add multiplier and maps
[mt_ser.git] / Cargo.toml
index c6c80f4e9d85bb62b7a12851210bd113fd4881a0..0e54d56ccd0fd07e5770501735442ddd6a889601 100644 (file)
@@ -5,8 +5,11 @@ 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" }
 paste = "1.0.11"
 thiserror = "1.0.38"
+zstd = "0.12.3"