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

Set up minimal "hello world"-like bevy project #1

Closed
benfrankel opened this issue Sep 16, 2024 · 2 comments
Closed

Set up minimal "hello world"-like bevy project #1

benfrankel opened this issue Sep 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@benfrankel
Copy link
Collaborator

Include:

  • src/main.rs with App::new().add_plugins(DefaultPlugins).run()
  • Cargo.toml that depends on bevy; disables the 2 common false-positive lints; and enables optimizations
  • .gitignore
@benfrankel benfrankel added the enhancement New feature or request label Sep 16, 2024
@benfrankel
Copy link
Collaborator Author

benfrankel commented Sep 16, 2024

This can come from https://github.com/richchurcher/bevy_scaffold/.

@richchurcher richchurcher self-assigned this Sep 16, 2024
@benfrankel
Copy link
Collaborator Author

This can be considered complete now :)

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

No branches or pull requests

2 participants