bevy-convars 0.2.1

An implementation of convars (config or console variables) for configuring your Bevy application.
Documentation
1
2
3
4
5
# This is a test config
[testrig]
test_int = 42
# And here are some comments.
test_bool = true