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

Prepare bevy_smud for 0.11 bevy #27

Closed
wants to merge 41 commits into from
Closed

Prepare bevy_smud for 0.11 bevy #27

wants to merge 41 commits into from

Conversation

Dimchikkk
Copy link

@Dimchikkk Dimchikkk commented Jun 16, 2023

This is just partial update of repo to work with bevy's 0.11 version. This PR can be used as reference/starting point for updating the project to 0.11.

@Dimchikkk Dimchikkk marked this pull request as draft June 16, 2023 14:25
fn fill(d: f32, color: vec4<f32>) -> vec4<f32> {{
{body}
}}
"#
));
),
file!(),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this about?

Copy link
Author

@Dimchikkk Dimchikkk Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK this field for debugging purposes, to see "filename" in logs. file! will name it sdf_assets.rs but I think it's better just put "bevy_smud::fill" instead.

@johanhelsing johanhelsing mentioned this pull request Jul 13, 2023
1 task
@Dimchikkk Dimchikkk closed this Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants