Skip to content

examples/app/headless.rs implies presence of non-existent feature #464

Closed
@ndarilek

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.

Metadata

Assignees

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorC-DocsAn addition or correction to our documentationC-ExamplesAn addition or correction to our examples

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions