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

Upgrade dependencies and migrate to Bevy 0.14 #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JordanLloydHall
Copy link

@JordanLloydHall JordanLloydHall commented Jul 14, 2024

This was a quick fix for my project.

I've also changed the versioning approach to (somewhat) match Bevy's (making the crate version 14.0.0). This is extremely optional, but will help people know if the current version of the crate is compatible with their version of Bevy from now on, making migration easier.

Most certainly open for comments
image

@@ -107,13 +108,13 @@ macro_rules! screen_print {
$crate::screen_print!(@impl push, sec: $timeout, col: None, $text $(, $fmt_args)*);

Choose a reason for hiding this comment

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

This one needs type too.

Suggested change
$crate::screen_print!(@impl push, sec: $timeout, col: None, $text $(, $fmt_args)*);
$crate::screen_print!(@impl push, sec: $timeout, col: Option::<Srgba>::None, $text $(, $fmt_args)*);

Or None::<Srgba>.

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.

2 participants