Cargo Features

[dependencies]
erupt-bootstrap = { version = "0.3.0", default-features = false, features = ["surface"] }
default = surface

The surface feature is set by default whenever erupt-bootstrap is added without default-features = false somewhere in the dependency tree.

surface default = raw-window-handle

Enables surface of erupt

enables the default erupt features for examples and tests

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.

raw-window-handle surface

Enables raw-window-handle ^0.5