mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 10:28:27 +00:00
Update module name
This commit is contained in:
parent
7d48d20a57
commit
a6612aa55e
@ -11,7 +11,7 @@ use crate::{
|
||||
};
|
||||
|
||||
use super::{
|
||||
circle::approx_circle, path::approx_line, Approx, ApproxPoint, Tolerance,
|
||||
circle::approx_circle, line::approx_line, Approx, ApproxPoint, Tolerance,
|
||||
};
|
||||
|
||||
impl Approx for (&Handle<Curve>, &Handle<Surface>, CurveBoundary<Point<1>>) {
|
||||
|
@ -11,7 +11,7 @@ pub mod tolerance;
|
||||
pub mod vertex;
|
||||
|
||||
mod circle;
|
||||
mod path;
|
||||
mod line;
|
||||
|
||||
use std::{
|
||||
cmp::Ordering,
|
||||
|
Loading…
Reference in New Issue
Block a user