Skip to content

Commit

Permalink
make traits mod public
Browse files Browse the repository at this point in the history
  • Loading branch information
EriKWDev authored and kvark committed Dec 25, 2024
1 parent e30587a commit 8202bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blade-graphics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub mod derive;
#[cfg_attr(any(gles, target_arch = "wasm32"), path = "gles/mod.rs")]
mod hal;
mod shader;
mod traits;
pub mod traits;
pub mod util;
pub mod limits {
/// Max number of passes inside a command encoder.
Expand Down

0 comments on commit 8202bbe

Please sign in to comment.