Release v0.26.0

This commit is contained in:
Sébastien Crozet
2025-05-16 18:25:04 +02:00
committed by Sébastien Crozet
parent ef47848fba
commit d81584a089
11 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.25.1"
version = "0.26.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "2-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier2d"
@@ -69,7 +69,7 @@ vec_map = { version = "0.8", optional = true }
web-time = { version = "1.1", optional = true }
num-traits = "0.2"
nalgebra = "0.33"
parry2d = "0.20.1"
parry2d = "0.21.0"
simba = "0.9"
approx = "0.5"
rayon = { version = "1", optional = true }