Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Dec 29, 2023
1 parent af9999f commit bd45492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use aligned_buffer_vec::AlignedBufferVec;
use buffer_table::{BufferTable, BufferTableId};
pub(crate) use effect_cache::{EffectCache, EffectCacheId};

pub use effect_cache::{EffectBuffer, EffectSlice};
pub use effect_cache::EffectSlice;
pub use shader_cache::ShaderCache;

/// Labels for the Hanabi systems.
Expand Down

0 comments on commit bd45492

Please sign in to comment.