Cargo Features

[dependencies]
bracket-lib = { version = "0.8.7", default-features = false, features = ["bevy", "specs", "serde", "threaded", "opengl", "curses", "crossterm", "webgpu"] }
default = opengl

The opengl feature is set by default whenever bracket-lib is added without default-features = false somewhere in the dependency tree.

bevy

Enables bevy of bracket-geometry

specs

Enables specs of bracket-geometry

serde

Enables serde of bracket-color, bracket-geometry, and bracket-random

threaded

Enables threaded of bracket-pathfinding

opengl default

Enables opengl of bracket-terminal

curses

Enables curses of bracket-terminal

crossterm

Enables cross_term of bracket-terminal

webgpu

Enables webgpu of bracket-terminal

Bracket-lib has 9 features without comments.