Update module name

This commit is contained in:
Hanno Braun 2023-12-21 21:04:47 +01:00
parent 41f936332d
commit 6d3c78b22e
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pub mod curve;
pub mod cycle;
pub mod edge;
pub mod face;
pub mod half_edge;
pub mod region;
pub mod shell;
pub mod sketch;

View File

@ -48,8 +48,8 @@ pub use self::{
kinds::{
curve::Curve,
cycle::Cycle,
edge::HalfEdge,
face::{Face, Handedness},
half_edge::HalfEdge,
region::Region,
shell::Shell,
sketch::Sketch,