diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-06-02 17:15:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 17:15:46 +0200 |
| commit | 6ba1c9dec184adcba2c68cc1851dc05587fd0bf0 (patch) | |
| tree | b672cfc4db1d2f426dad931d77098ecb4a600358 /examples3d/Cargo.toml | |
| parent | 3bac79ecacdeaa18de19127b7a6c82cbfab29d14 (diff) | |
| parent | bde6657287cd32a801abb996322c520673406418 (diff) | |
| download | rapier-6ba1c9dec184adcba2c68cc1851dc05587fd0bf0.tar.gz rapier-6ba1c9dec184adcba2c68cc1851dc05587fd0bf0.tar.bz2 rapier-6ba1c9dec184adcba2c68cc1851dc05587fd0bf0.zip | |
Merge pull request #196 from dimforge/api_changes
More API changes
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 37c641f..a80f3dc 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -16,7 +16,7 @@ enhanced-determinism = [ "rapier3d/enhanced-determinism" ] rand = "0.8" getrandom = { version = "0.2", features = [ "js" ] } Inflector = "0.11" -nalgebra = "0.26" +nalgebra = "0.27" wasm-bindgen = "0.2" obj-rs = { version = "0.6", default-features = false } |
