Skip to content

Commit

Permalink
lib: reexport MSL target
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Feb 24, 2024
1 parent c7d1d34 commit b378c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librashader/src/lib.rs
Expand Up @@ -143,6 +143,7 @@ pub mod reflect {
pub use librashader_reflect::back::targets::HLSL;
pub use librashader_reflect::back::targets::SPIRV;
pub use librashader_reflect::back::targets::WGSL;
pub use librashader_reflect::back::targets::MSL;
}

pub use librashader_reflect::error::*;
Expand Down

0 comments on commit b378c45

Please sign in to comment.