commit 8d1bad5d17a1b88335052b79d19cb43cec3d80b5
parent 49ec6118fb1ee2b47766f8eb76a112e3af70433e
Author: bamlin <b.amling@tarent.de>
Date: Tue, 4 Jun 2019 22:47:14 +0200
updated README.md version to 0.2.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -23,7 +23,7 @@ To use **specs-physics**, add the following dependency to your projects *Cargo.t
```toml
[dependencies]
-specs-physics = "0.2.1"
+specs-physics = "0.2.2"
```
**specs-physics** defines a set of [Specs](https://slide-rs.github.io/specs/) `System`s and `Component`s to handle the creation, modification and removal of [nphysics](https://www.nphysics.org/) objects ([RigidBody](https://www.nphysics.org/rigid_body_simulations_with_contacts/#rigid-bodies), [Collider](https://www.nphysics.org/rigid_body_simulations_with_contacts/#colliders)) and the synchronisation of object positions and global gravity between both worlds.