Skip to content

Commit

Permalink
Remove unused import in custom_shader example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 14, 2023
1 parent 8f384c8 commit 0968c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/custom_shader/src/scene/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mod buffer;
mod uniforms;
mod vertex;

pub use cube::Cube;
pub use uniforms::Uniforms;

use buffer::Buffer;
Expand Down

0 comments on commit 0968c5b

Please sign in to comment.