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

Bevy 0.15 Support #139

Merged
merged 17 commits into from
Nov 9, 2024
Merged

Bevy 0.15 Support #139

merged 17 commits into from
Nov 9, 2024

Conversation

makspll
Copy link
Owner

@makspll makspll commented Nov 5, 2024

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)

@makspll
Copy link
Owner Author

makspll commented Nov 5, 2024

https://github.com/cognitive-engineering-lab/rustc_plugin needs a bump in the nightly version to cover bevy's minimum supported version

@makspll
Copy link
Owner Author

makspll commented Nov 6, 2024

I've forked it but there are some errors when instsalling bevy_api_gen as a plugin: cognitive-engineering-lab/rustc_plugin#30

@makspll
Copy link
Owner Author

makspll commented Nov 6, 2024

I think I got around that

@makspll makspll changed the base branch from main to staging November 9, 2024 15:19
@makspll makspll merged commit 5d7d7c9 into staging Nov 9, 2024
14 checks passed
@makspll makspll deleted the feature/bevy-0.15 branch November 9, 2024 15:35
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant