Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change MeshUniform::new() to be public. #11880

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

komadori
Copy link
Contributor

@komadori komadori commented Feb 15, 2024

Objective

Provide a public replacement for Into<MeshUniform> trait impl which was removed by #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.

@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use labels Feb 15, 2024
@alice-i-cecile alice-i-cecile added this to the 0.13 milestone Feb 15, 2024
@superdump superdump added this pull request to the merge queue Feb 15, 2024
Merged via the queue into bevyengine:main with commit 4ebc560 Feb 15, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants