From 4b01c0a6528120b194535750a697bda5a7ddaf96 Mon Sep 17 00:00:00 2001 From: Jan Nils Ferner Date: Thu, 13 Sep 2018 21:09:00 +0200 Subject: [PATCH] Use custom nphysics2d, see https://github.com/sebcrozet/nphysics/pull/139 --- environment/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/environment/Cargo.toml b/environment/Cargo.toml index 6952595..2d86b75 100644 --- a/environment/Cargo.toml +++ b/environment/Cargo.toml @@ -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"]