Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Use custom nphysics2d, see dimforge/nphysics#139
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored and jeremystucki committed Sep 13, 2018
1 parent 8a58db1 commit 86dac79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ edition = "2018"
[dependencies]
nalgebra = "0.16"
ncollide2d = "0.17"
nphysics2d = "0.9"

[dependencies.nphysics2d]
git = "https://github.com/myelin-ai/nphysics"
default-features = false
features = ["use-wasm-bindgen"]

0 comments on commit 86dac79

Please sign in to comment.