Skip to content

Set up Rust + Bevy 0.18 2D project scaffold - #1

Open
RobinPavlis wants to merge 1 commit into
mainfrom
bevy-2d-project-scaffold
Open

RobinPavlis wants to merge 1 commit into
mainfrom
bevy-2d-project-scaffold

Conversation

@RobinPavlis

Copy link
Copy Markdown
Owner

Summary

  • Add Cargo.toml with bevy 0.18, a dev feature enabling bevy/dynamic_linking, and dev/release profile tweaks for faster compiles
  • Add minimal main.rs opening a window with a 2D camera

Test plan

  • cargo build succeeds
  • cargo run --features dev opens a window with the 2D camera

🤖 Generated with Claude Code

Adds Cargo.toml with bevy 0.18, a dev feature for dynamic linking,
and dev/release profile settings for faster compiles, plus a minimal
main.rs opening a window with a 2D camera.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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