maple_physics 0.3.0

implements rapier3d for maple
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "maple_physics"
description = "implements rapier3d for maple"
license = "MIT"
version = "0.3.0"
edition = "2024"

[dependencies]
nalgebra = {version = "0.34.1", features = ["convert-glam030"]}
rapier3d = "0.30.1"
maple_engine = {path = "../maple_engine", version = "0.3.0"}
maple_app = {path = "../maple_app", version = "0.3.0"}
glam = "0.30.9"
log = "0.4"