bevy-convars 0.1.0

An implementation of convars (config or console variables) for configuring your Bevy application.
Documentation

Provides an implementation of ConVars (henceforth CVars), a form of global configuration for an application.

Intended for full applications, not for libraries! If you're a library author, the easiest and best way to integrate is simply to make your library configurable, and allow the end user to create convars themselves.