-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bevy 0.15 Support #139
Merged
Merged
Bevy 0.15 Support #139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/cognitive-engineering-lab/rustc_plugin needs a bump in the nightly version to cover bevy's minimum supported version |
I've forked it but there are some errors when instsalling |
0b916b9
to
9ecd4ec
Compare
I think I got around that |
9ecd4ec
to
7088f67
Compare
7088f67
to
8f93389
Compare
makspll
added a commit
that referenced
this pull request
Dec 3, 2024
* Bevy 0.15 Support (#139) * bump bevy to 0.15.0-rc.2 * migrate asset loaders * Upgrade reflection API's * bump codegen & codegen new files * Fix errors + regen * pin git again * fix more errors * bump macro tests * clippy fixes to bevy api gen * more bevy api gen clippy fixes * Update game of life examples * fix clippy * fix more clippy * fix more clippy * bump versions to alpha * Fix typo in workflow (#142) fix typo * Bump Bevy release candidate (#143) * bump release candidate * bump release candidate * optimize ci matrix * don't run many checks on same branch * add missing example link * fix missing commas * fix missing dolah * chore: release v0.8.0-alpha.1 (#145) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix failing doctest (#146) fix doctest * fix: bug when compiling without `teal` feature (#148) fix failing doctest logic * Bump bevy & bevy console (#153) * bump bevy console * bump rest of bevy * remove bevy_gltf * Luau support attempt (#154) * try add support for luau * add luau feature to ci * Small fixes (#155) * Update readme * fix clippy * fix more clippy * Begin work on docs book (#156) * init mdbook * Add workflow * trigger ci * fix install * re-trigger * fix typo * fix working dir * fix working dir * chore: release v0.8.0-alpha.2 (#147) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: Require conventional titles (#157) * add pr title workflow * allow chore --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tracks bevy 0.15 release candidates
This is a "make it compile" pass, I haven't added any of the cool new relfection features yet (like function reflection)