bevy-convars 0.1.0

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]