This commit is contained in:
AmadeusWM
2025-04-05 19:52:46 +02:00
parent ec5c4b6205
commit a46f4849c6
6 changed files with 29 additions and 13 deletions

View File

@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.15.3"
bevy = { version="0.15.3", features = ["jpeg"]}
bevy_asset_loader = { version ="0.22.0", features = ["standard_dynamic_assets"] }