Cargo Features

[dependencies]
newport = { version = "0.2.0", default-features = false, features = ["editor"] }
default = editor

The editor feature is set by default whenever newport is added without default-features = false somewhere in the dependency tree.

editor default

Enables editor of newport_game

newport has 2 features without comments.