mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-18 21:28:01 +00:00
Update module name
This commit is contained in:
parent
41f936332d
commit
6d3c78b22e
@ -1,7 +1,7 @@
|
|||||||
pub mod curve;
|
pub mod curve;
|
||||||
pub mod cycle;
|
pub mod cycle;
|
||||||
pub mod edge;
|
|
||||||
pub mod face;
|
pub mod face;
|
||||||
|
pub mod half_edge;
|
||||||
pub mod region;
|
pub mod region;
|
||||||
pub mod shell;
|
pub mod shell;
|
||||||
pub mod sketch;
|
pub mod sketch;
|
||||||
|
@ -48,8 +48,8 @@ pub use self::{
|
|||||||
kinds::{
|
kinds::{
|
||||||
curve::Curve,
|
curve::Curve,
|
||||||
cycle::Cycle,
|
cycle::Cycle,
|
||||||
edge::HalfEdge,
|
|
||||||
face::{Face, Handedness},
|
face::{Face, Handedness},
|
||||||
|
half_edge::HalfEdge,
|
||||||
region::Region,
|
region::Region,
|
||||||
shell::Shell,
|
shell::Shell,
|
||||||
sketch::Sketch,
|
sketch::Sketch,
|
||||||
|
Loading…
Reference in New Issue
Block a user