library: shape: do not expose sub-modules
This commit is contained in:
parent
bef61b43b8
commit
db4b8b05ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue