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

Migrate to bevy 0.11 #6

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Migrate to bevy 0.11 #6

merged 3 commits into from
Jul 18, 2023

Conversation

Peepo-Juice
Copy link
Contributor

My first PR ever :)

Notes:

  • I wasn't sure which version I was supposed to bump to, but 0.1.0 seemed sensible to me.
  • The hello world example ran fine for me, but I had to change the audio_banks_directory path to "../demo_project/Build/Desktop". I didn't include that in the commit because I figured I was just running it from a weird path. Might be worth double checking to ensure it works as is.

Copy link
Owner

@Salzian Salzian left a comment

Choose a reason for hiding this comment

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

Changes look straight forward to me 👍 I like that they simplified the system scheduling.

Could you run rustfmt one more time? There are some minor format issues. I would do it myself, but I didn't get your perms to push to your branch. See this GitHub documentation page for more info on that topic.

README.md Outdated
Comment on lines 51 to 52
Version 0.0.1 would be the first usable MVP somewhat recommended for use.
Version 1.0.0 would be a hypothetical stable release. But that's still a long way to go.
Copy link
Owner

Choose a reason for hiding this comment

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

Not true in the sense I initially intended to version this package, but could you just remove these two lines? Looking at it now, this "system" doesn't make much sense. There should only be 0.x and >=1.x. thx

Copy link
Owner

@Salzian Salzian left a comment

Choose a reason for hiding this comment

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

Very nice 👍 Thanks for your contribution.

@Salzian Salzian merged commit 803a42f into Salzian:main Jul 18, 2023
Salzian pushed a commit that referenced this pull request Sep 15, 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.

2 participants