Skip to content

Commit 1b26d94

Browse files
authored
Merge pull request #112 from qthree/update_nalgebra
Update deps: nalgebra, rapier3d, parry3d; Bump MSRV 1.85.1 -> 1.87.0
2 parents 61fa6b1 + cc0c47b commit 1b26d94

File tree

2 files changed

+129
-35
lines changed

2 files changed

+129
-35
lines changed

Cargo.lock

Lines changed: 123 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
description = "Constructive solid geometry (CSG) on meshes using BSP trees in Rust"
66
authors = ["Timothy Schmidt <timschmidt@gmail.com>"]
77
# msrv
8-
rust-version = "1.85.1"
8+
rust-version = "1.87.0"
99

1010
license = "MIT"
1111
repository = "https://github.com/timschmidt/csgrs"
@@ -30,7 +30,7 @@ opt-level = "z"
3030

3131
[dependencies]
3232
# geometry
33-
nalgebra = { version = "0.33", features = ["serde-serialize"] }
33+
nalgebra = { version = "0.34.1", features = ["serde-serialize"] }
3434
#alum = "0.6.1"
3535
#curvo = "0.1.52"
3636
robust = { version = "1.1.0", default-features = false, features = ["no_std"] }
@@ -42,10 +42,10 @@ spade = { version = "2.15.0", optional = true }
4242
earcutr = { version = "0.5.0", optional = true }
4343
boolmesh = { version = "0.1.5", optional = true }
4444

45-
rapier3d-f64 = { version = "0.24.0", optional = true }
46-
rapier3d = { version = "0.24.0", optional = true }
47-
parry3d-f64 = { version = "0.19.0", optional = true }
48-
parry3d = { version = "0.19.0", optional = true }
45+
rapier3d-f64 = { version = "0.31.0", optional = true }
46+
rapier3d = { version = "0.31.0", optional = true }
47+
parry3d-f64 = { version = "0.25.3", optional = true }
48+
parry3d = { version = "0.25.3", optional = true }
4949

5050
# bevy mesh conversion
5151
bevy_mesh = { version = "0.17", optional = true }

0 commit comments

Comments
 (0)