library: texture: do not expose sub-modules
This commit is contained in:
parent
db4b8b05ba
commit
ef8a418479
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ pub trait Texture: std::fmt::Debug {
|
|||
fn texel_color(&self, point: Point2D) -> LinearColor;
|
||||
}
|
||||
|
||||
pub mod uniform;
|
||||
mod uniform;
|
||||
pub use uniform::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue