docs.rs failed to build amethyst_nphysics-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
amethyst_nphysics-0.2.0
NPhysics Amethyst backend
This crate is the NPhysics integration of the amethyst_physics interface.
To use this backend you have to specify the class NPhysicsBackend in the PhysicsBundle as shown below.
use PhysicsBundle;
use NPhysicsBackend;
let game_data = default
.with_bundle.unwrap
You can use this trought amethyst_physics.