bevy-convars 0.2.1

An implementation of convars (config or console variables) for configuring your Bevy application.
Documentation
1
2
3
4
[testrig]
test_bool = false
test_int = 4
test_array = [1, 2, -3]