Update bevy_asset requirement from 0.15.0 to 0.16.0
Updates the requirements on [bevy_asset](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.0...v0.15.3) --- updated-dependencies: - dependency-name: bevy_asset dependency-version: 0.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d35d4e6532
commit
77faee0892
@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
|
||||
[dependencies]
|
||||
bevy = { version = "0.15.1", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] }
|
||||
bevy_egui = "0.31.1"
|
||||
bevy_asset = "0.15.0"
|
||||
bevy_asset = "0.16.0"
|
||||
bevy-inspector-egui = "0.28.0"
|
||||
bevy_reflect = "0.15.0"
|
||||
bevy_render = "0.15.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user