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

Add alternative build opportunity for bevy projects #165

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

Conversation

Heezay
Copy link
Contributor

@Heezay Heezay commented Nov 2, 2022

Objective

Alternative build opportunity for bevy projects

Solution

Configure --bevy-compile flag that allows to build bevy projects without cargo Executor trait.

Changelog

  1. Added bevy_native_compile() function that allows to compile bevy project code through default rustc features and rustflags env.
  2. Returned crosssbundle derive crate needed for correct application runtime working.
  3. For more information see updated docs.

@Heezay Heezay marked this pull request as draft November 2, 2022 14:07
@Heezay Heezay self-assigned this Nov 8, 2022
@Heezay Heezay added the enhancement New feature or request label Nov 8, 2022
@Heezay Heezay changed the title Add native_compile flag Add alternative build opportunity for bevy projects Nov 8, 2022
@Heezay Heezay requested a review from enfipy November 8, 2022 13:19
@Heezay Heezay marked this pull request as ready for review November 8, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant