Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change MeshUniform::new() to be public. (bevyengine#11880)
# Objective Provide a public replacement for `Into<MeshUniform>` trait impl which was removed by bevyengine#10231. I made use of this in the `bevy_mod_outline` crate and will have to duplicate this function if it's not accessible. ## Solution Change the MeshUniform::new() method to be public.
- Loading branch information