Skip to content

Commit 0751306

Browse files
committed
Update boolmesh crate patch version, fix unexpected breaking change
1 parent 87a22fd commit 0751306

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ geo-buf = { version = "0.1.0", optional = true } # straight-skeleton offsetting
4040
chull = { version = "0.2.4", optional = true }
4141
spade = { version = "2.15.0", optional = true }
4242
earcutr = { version = "0.5.0", optional = true }
43-
boolmesh = { version = "0.1.4", optional = true }
43+
boolmesh = { version = "0.1.5", optional = true }
4444

4545
rapier3d-f64 = { version = "0.24.0", optional = true }
4646
rapier3d = { version = "0.24.0", optional = true }

src/bmesh/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use crate::csg::CSG;
1111

1212
use boolmesh::{
1313
compute_boolean,
14-
Manifold,
15-
OpType,
14+
prelude::{Manifold, OpType},
1615
};
1716

1817
use nalgebra::{Matrix4, Point3};

0 commit comments

Comments
 (0)