@@ -5,7 +5,7 @@ edition = "2024"
55description = " Constructive solid geometry (CSG) on meshes using BSP trees in Rust"
66authors = [" Timothy Schmidt <timschmidt@gmail.com>" ]
77# msrv
8- rust-version = " 1.85.1 "
8+ rust-version = " 1.87.0 "
99
1010license = " MIT"
1111repository = " 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"
3636robust = { version = " 1.1.0" , default-features = false , features = [" no_std" ] }
@@ -42,10 +42,10 @@ spade = { version = "2.15.0", optional = true }
4242earcutr = { version = " 0.5.0" , optional = true }
4343boolmesh = { 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
5151bevy_mesh = { version = " 0.17" , optional = true }
0 commit comments