bevy_hotpatching_experiments 0.3.0

Hotpatch your Bevy systems, allowing you to change their code while the app is running and directly seeing the results!
Documentation
1
2
3
4
5
# Require `bevy_ecs::children!` to use `[]` braces, instead of `()` or `{}`.
standard-macro-braces = [{ name = "children", brace = "[" }]
# Disable lints for if-let chains to ensure `stable` compatibility.
# See https://github.com/rust-lang/rust-clippy/issues/14825
msrv = "1.87"