Hot swap configured

This commit is contained in:
2026-03-07 16:03:50 -03:00
parent 1f5797ca31
commit 6bd50a8a95
5 changed files with 6302 additions and 0 deletions

24
Cargo.toml Normal file
View File

@@ -0,0 +1,24 @@
[package]
name = "bevy_tutorial"
version = "0.1.0"
edition = "2024"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"
[dependencies]
bevy = { version = "0.18" }
bevy_hotpatching_experiments = "0.4.0"