diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2022-05-31 16:59:58 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebcrozet@dimforge.com> | 2022-05-31 16:59:58 +0200 |
| commit | c8c0f46ba86d332c63cc67591042c9b241755bee (patch) | |
| tree | d7aa2d76688dc77c3ce860c5078871f8d501a3d0 /crates/rapier2d | |
| parent | febd7fbe9b963ac0119d5a0c403a3c4ec86fbec2 (diff) | |
| download | rapier-c8c0f46ba86d332c63cc67591042c9b241755bee.tar.gz rapier-c8c0f46ba86d332c63cc67591042c9b241755bee.tar.bz2 rapier-c8c0f46ba86d332c63cc67591042c9b241755bee.zip | |
Release v0.13.0
Diffstat (limited to 'crates/rapier2d')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index df32e54..ac4a32e 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.12.0" +version = "0.13.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" |
