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

Support --config argument for bevy build and bevy run #201

Open
TimJentzsch opened this issue Dec 26, 2024 · 0 comments · May be fixed by #209
Open

Support --config argument for bevy build and bevy run #201

TimJentzsch opened this issue Dec 26, 2024 · 0 comments · May be fixed by #209
Assignees
Labels
A-Build Related to the bevy build command A-Run Related to the bevy run command C-Feature Make something new possible

Comments

@TimJentzsch
Copy link
Collaborator

The --config argument for cargo is a powerful feature, essentially allowing you to expand Config.toml without modifying the file directly.

We should add support for it as well, forwarding it to our cargo commands.

This will be especially helpful for benchmarking different configurations against each other, allowing us to choose the best defaults (e.g. for the web compilation profiles).

@TimJentzsch TimJentzsch added C-Feature Make something new possible A-Run Related to the bevy run command A-Build Related to the bevy build command labels Dec 26, 2024
@TimJentzsch TimJentzsch self-assigned this Dec 31, 2024
@TimJentzsch TimJentzsch linked a pull request Dec 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build Related to the bevy build command A-Run Related to the bevy run command C-Feature Make something new possible
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant