1

Embed assets into executable

This commit is contained in:
2024-10-06 03:13:41 +02:00
parent a4bde0ec2e
commit a7f1d3e65c
3 changed files with 30 additions and 12 deletions

View File

@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["wayland", "dynamic_linking"] }
# bevy = { version = "0.14.2", features = ["wayland", "dynamic_linking"] }
bevy = { version = "0.14.2", features = ["wayland"] }
bevy_embedded_assets = "0.11.0"
rand = "0.8.5"
# Enable a small amount of optimization in the dev profile.