chore: update cargo.toml

This commit is contained in:
Sébastien Crozet
2024-04-14 15:57:14 +02:00
committed by Sébastien Crozet
parent 3ad9c5ad3b
commit 2f1ce1887f
5 changed files with 95 additions and 87 deletions

View File

@@ -8,8 +8,8 @@ resolver = "2"
#simba = { path = "../simba" }
#kiss3d = { path = "../kiss3d" }
#parry2d = { path = "../parry/crates/parry2d" }
#parry3d = { path = "../parry/crates/parry3d" }
parry2d = { path = "../parry/crates/parry2d" }
parry3d = { path = "../parry/crates/parry3d" }
#parry2d-f64 = { path = "../parry/crates/parry2d-f64" }
#parry3d-f64 = { path = "../parry/crates/parry3d-f64" }
# nalgebra = { path = "../nalgebra" }

View File

@@ -64,6 +64,8 @@ serde = { version = "1", features = [ "derive" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.4"
bitflags = "1"
log = "0.4"
ordered-float = "4"
[dev-dependencies]
bincode = "1"

View File

@@ -64,6 +64,8 @@ serde = { version = "1", features = [ "derive" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.4"
bitflags = "1"
log = "0.4"
ordered-float = "4"
[dev-dependencies]
bincode = "1"

View File

@@ -64,6 +64,8 @@ serde = { version = "1", features = [ "derive" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.4"
bitflags = "1"
log = "0.4"
ordered-float = "4"
[dev-dependencies]
bincode = "1"

View File

@@ -64,6 +64,8 @@ serde = { version = "1", features = [ "derive" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.4"
bitflags = "1"
log = "0.4"
ordered-float = "4"
[dev-dependencies]
bincode = "1"