Consider reexporting crates for which ShaderType
are implemented
#51
Labels
enhancement
New feature or request
ShaderType
are implemented
#51
Could you reexport crates like
nalgebra
to make sure consumers ofencase
are using the exact types for whichShaderType
is implemented?Right now, I think the only way to handle this is to manually check the version of
nalgebra
being used byencase
and add that as a direct dependency of the dependent project.Also, thank you for the amazing work =)
The text was updated successfully, but these errors were encountered: