From 09f04692782e3cd35fbfd0f4f1601cecd29b862c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 17 Mar 2025 03:04:52 -0400 Subject: Use rapier --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9cbffb4..ce588b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ gltf = {path = "deps/gltf", features = ["extras", "names", "utils"]} # loader fo # gltf = {version = "*", features = ["extras", "names"]} # model loader image = "*" # texture loader fontdue = "*" # truetype fonts -glam = "*" # linear algebra +glam = "0.29" # linear algebra log = "*" # logging rand = {version = "=0.8.5", features = ["small_rng"]} # rng serde = {version = "*", features = ["derive"]} # serialization @@ -32,6 +32,9 @@ reqwest = "*" # http requests bytes = "*" # bytes for http responses bitflags = "*" # bitwise flags color-eyre = { version = "*", default-features = false } # error reporting and formatting +rapier3d = "*" # rigid-body physics +parry3d = "*" # collision detection +nalgebra = {version = "0.33.2", features = ["convert-glam029"]} # linear algebra library for rapier3d [target.'cfg(target_arch = "wasm32")'.dependencies] winit = {version = "=0.29.15", features = ["serde"]} # windowing and events -- cgit v1.2.3