Closed cauthmann closed 4 years ago
I had the same issue with v0.13.0 a few weeks ago. Switching my Cargo.toml to use the git repository directly as a dependency (versus just the v0.13.0 version from crates.io) works great now that #242 is merged. Thanks @wsuchy!
Is there a chance to make a point release (v0.13.1) which just includes this fix?
@johnellmore The version 0.13.1 is now released with this fix.
v0.13.1 works for me.
Thanks wsuchy and sebrozet!
Hello,
I'm trying to use nphysics3d in a wasm-bindgen/wasm-pack project. Moving timer functionality into the instant crate was a good move, but the crate isn't wired up correctly in nphysics.
For example, build/nphysics3d/Cargo.toml says:
instant will always use stdweb. I used a local copy with a slightly changed Cargo.toml:
I can confirm that these changes allow my project to build with nphysics3d, both native and with wasm-bindgen. I couldn't test whether stdweb still works (hence this is a bug report and not a patch. sorry.)