Release v0.19.0

This commit is contained in:
Sébastien Crozet
2024-05-05 18:18:10 +02:00
committed by Sébastien Crozet
parent 27f627902e
commit af1ac9baa2
10 changed files with 39 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.18.0"
version = "0.19.0"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "2-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier2d"
@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = ["now"], optional = true }
num-traits = "0.2"
nalgebra = "0.32"
parry2d = "0.14.0"
parry2d = "0.15.0"
simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }