library: shape: do not expose sub-modules
This commit is contained in:
parent
bef61b43b8
commit
db4b8b05ba
|
@ -37,8 +37,8 @@ impl Bounded for dyn Shape {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod sphere;
|
mod sphere;
|
||||||
pub use sphere::*;
|
pub use sphere::*;
|
||||||
|
|
||||||
pub mod triangle;
|
mod triangle;
|
||||||
pub use triangle::*;
|
pub use triangle::*;
|
||||||
|
|
Loading…
Reference in a new issue