commit e92e285fa0735f145e04143182fea4e55092a04a
parent a63fa9f681728f9fe0de67d5784c46cd7c6b8b1d
Author: bamlin <b.amling@tarent.de>
Date: Fri, 31 May 2019 20:59:11 +0200
new version in Usages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -15,7 +15,7 @@ To use **specs-physics**, add the following dependency to your projects *Cargo.t
```toml
[dependencies]
-specs-physics = "0.0.1"
+specs-physics = "0.1.0"
```
**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.