mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-24 02:46:08 +00:00
Update name of module
This commit is contained in:
parent
0b2e3ecbcf
commit
d2a4d60b52
@ -1,5 +1,5 @@
|
||||
mod geometry;
|
||||
mod pipeline;
|
||||
mod pipelines;
|
||||
mod renderer;
|
||||
mod shaders;
|
||||
|
||||
|
@ -9,7 +9,7 @@ use crate::geometry::Operation;
|
||||
|
||||
use super::{
|
||||
geometry::Geometry,
|
||||
pipeline::Pipeline,
|
||||
pipelines::Pipeline,
|
||||
shaders::{Shaders, Uniforms},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user