examples/app/headless.rs implies presence of non-existent feature #464
Closed
Description
// This example disables the default plugins by not registering them during setup.
// You can also completely remove rendering / windowing Plugin code from bevy
// by making your import look like this in your Cargo.toml
//
// [dependencies]
// bevy = { version = "0.1.3", default-features = false, features = ["headless"] }
Building with that feature doesn't work and claims it doesn't exist. Not sure if the comment should go or if the feature should materialize. :)
Thanks.