From ab7c3c2d7ce52d96dba6e13e852ef4dfd4f473ce Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 26 Feb 2023 22:30:48 +0100 Subject: Support cgmath and collision --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3