Remove unused import in custom_shader example

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 15:58:32 +01:00
parent 8f384c83be
commit 0968c5b64a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -4,7 +4,6 @@ mod buffer;
mod uniforms;
mod vertex;
pub use cube::Cube;
pub use uniforms::Uniforms;
use buffer::Buffer;