mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-15 11:45:54 +00:00
Update module name
This commit is contained in:
parent
41f936332d
commit
6d3c78b22e
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user