diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-06-03 09:57:56 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2021-06-03 10:21:18 +0200 |
| commit | 59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d (patch) | |
| tree | e501ffe29da4aa70dcfa1243331552670bb1951f /examples3d/Cargo.toml | |
| parent | fdd370e51a90ff0fea82709185455b48e3841981 (diff) | |
| download | rapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.tar.gz rapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.tar.bz2 rapier-59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d.zip | |
Add nalgebra to the prelude to make the macros work out of the box
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index a80f3dc..897c92b 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -16,7 +16,6 @@ enhanced-determinism = [ "rapier3d/enhanced-determinism" ] rand = "0.8" getrandom = { version = "0.2", features = [ "js" ] } Inflector = "0.11" -nalgebra = "0.27" wasm-bindgen = "0.2" obj-rs = { version = "0.6", default-features = false } |
