Skip to content

Commit

Permalink
removed pub use trait
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandw743 committed Dec 11, 2024
1 parent c0fc0c4 commit 3a8738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mod impls;

pub use crate::core::{
CalculateSizeFor, DynamicStorageBuffer, DynamicUniformBuffer, ShaderSize, ShaderType,
StorageBuffer, ToBufferContent, UniformBuffer,
StorageBuffer, UniformBuffer,
};
pub use types::runtime_sized_array::ArrayLength;

Expand Down

0 comments on commit 3a8738e

Please sign in to comment.