Cargo Features
[dependencies]
rltk = { 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 wheneverrltk
is added without
somewhere in the dependency tree.default-features = false - bevy
-
Enables bevy of bracket-lib
- specs
-
Enables specs of bracket-lib
- serde
-
Enables serde of bracket-lib
- threaded
-
Enables threaded of bracket-lib
- opengl default
-
Enables opengl of bracket-lib
- curses
-
Enables curses of bracket-lib
- crossterm
-
Enables crossterm of bracket-lib
- webgpu
-
Enables webgpu of bracket-lib
RLTK has 9 features without comments.