library: material: do not expose sub-modules
This commit is contained in:
parent
f8102ddb3b
commit
bef61b43b8
|
@ -22,5 +22,5 @@ pub trait Material: std::fmt::Debug {
|
||||||
fn properties(&self, point: Point2D) -> LightProperties;
|
fn properties(&self, point: Point2D) -> LightProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod uniform;
|
mod uniform;
|
||||||
pub use uniform::*;
|
pub use uniform::*;
|
||||||
|
|
Loading…
Reference in a new issue