From 98e32b7f3c458b31d769290cad149d621cef4e2e Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 2 Jun 2024 19:24:36 +0200 Subject: fix 2D compilation --- crates/rapier2d-f64/Cargo.toml | 1 + crates/rapier2d/Cargo.toml | 1 + crates/rapier3d-f64/Cargo.toml | 1 + crates/rapier3d/Cargo.toml | 1 + 4 files changed, 4 insertions(+) (limited to 'crates') diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index f80aa03..79046bb 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -66,6 +66,7 @@ num-derive = "0.4" bitflags = "1" log = "0.4" ordered-float = "4" +thiserror = "1" [dev-dependencies] bincode = "1" diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 0b4882f..f0474c8 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -66,6 +66,7 @@ num-derive = "0.4" bitflags = "1" log = "0.4" ordered-float = "4" +thiserror = "1" [dev-dependencies] bincode = "1" diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index 28f282c..95f0d66 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -66,6 +66,7 @@ num-derive = "0.4" bitflags = "1" log = "0.4" ordered-float = "4" +thiserror = "1" [dev-dependencies] bincode = "1" diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index 10c5fe1..17a57ae 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -66,6 +66,7 @@ num-derive = "0.4" bitflags = "1" log = "0.4" ordered-float = "4" +thiserror = "1" [dev-dependencies] bincode = "1" -- cgit