Skip to content

Commit 78c049d

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.

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)