lib: reexport MSL target

This commit is contained in:
chyyran 2024-02-21 00:47:30 -05:00
parent c7d1d347a4
commit b378c45039

View file

@ -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::*;