dependabot[bot] b824f26455
Update bevy requirement from 0.15.1 to 0.16.0
Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](https://github.com/bevyengine/bevy/compare/v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: bevy
  dependency-version: 0.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 01:01:48 +00:00

18 lines
477 B
TOML

[package]
name = "{{project-name}}"
version = "0.1.0"
edition = "2021"
description = "{{project-description}}"
repository = "https://github.com/{{gh-username}}/{{project-name}}"
license = "MIT OR Apache-2.0"
[dependencies]
bevy = { version = "0.16.0", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] }
bevy_egui = "0.31.1"
bevy_asset = "0.15.0"
bevy-inspector-egui = "0.28.0"
bevy_reflect = "0.15.0"
bevy_render = "0.15.0"
bevy_window = "0.15.0"
egui_dock = "0.14.0"