Enable more features when documenting on docs.rs
This commit is contained in:
@@ -24,6 +24,9 @@ dim3 = [ ]
|
||||
parallel = [ "rapier/parallel", "num_cpus" ]
|
||||
other-backends = [ "physx", "physx-sys", "glam" ]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["parallel", "other-backends"]
|
||||
|
||||
[dependencies]
|
||||
nalgebra = { version = "0.31", features = [ "rand" ] }
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user