Simplify public API of fj-operations

This commit is contained in:
Hanno Braun 2022-03-17 18:02:43 +01:00
parent a6bf96ed44
commit b1c3b2c2a2

View File

@ -1,9 +1,9 @@
pub mod circle; mod circle;
pub mod difference_2d; mod difference_2d;
pub mod group; mod group;
pub mod sketch; mod sketch;
pub mod sweep; mod sweep;
pub mod transform; mod transform;
use fj_debug::DebugInfo; use fj_debug::DebugInfo;
use fj_kernel::shape::Shape; use fj_kernel::shape::Shape;