Use simba ^0.2.1
This commit is contained in:
@@ -4,6 +4,7 @@ members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "benchmark
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
|
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
|
||||||
|
#simba = { path = "../simba" }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
#debug = true
|
#debug = true
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ instant = { version = "0.1", features = [ "now" ]}
|
|||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
nalgebra = "0.22"
|
nalgebra = "0.22"
|
||||||
ncollide2d = "0.24"
|
ncollide2d = "0.24"
|
||||||
simba = "0.2"
|
simba = "^0.2.1"
|
||||||
approx = "0.3"
|
approx = "0.3"
|
||||||
rayon = { version = "1", optional = true }
|
rayon = { version = "1", optional = true }
|
||||||
crossbeam = "0.7"
|
crossbeam = "0.7"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ instant = { version = "0.1", features = [ "now" ]}
|
|||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
nalgebra = "0.22"
|
nalgebra = "0.22"
|
||||||
ncollide3d = "0.24"
|
ncollide3d = "0.24"
|
||||||
simba = "0.2"
|
simba = "^0.2.1"
|
||||||
approx = "0.3"
|
approx = "0.3"
|
||||||
rayon = { version = "1", optional = true }
|
rayon = { version = "1", optional = true }
|
||||||
crossbeam = "0.7"
|
crossbeam = "0.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user