Cargo Features

[dependencies]
cat_engine_basement = { version = "0.0.0-alpha7", default-features = false, features = ["support", "opengl", "nightly-docs", "set_cursor_event", "wnd_proc_catch_panic"] }
default = opengl, support, wnd_proc_catch_panic

These default features are set whenever cat_engine_basement is added without default-features = false somewhere in the dependency tree.

support default

Affects cat_engine_basement::support

opengl default = image

Affects cat_engine_basement::graphics

nightly-docs

Documentation

set_cursor_event

Windows

Affects window::WindowProcedure.set_cursor

wnd_proc_catch_panic default

Affects window::WindowProcedure.catch_panic

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

image opengl

Enables image ^0.23.13