Cargo Features
[dependencies]
erupt-bootstrap = { version = "0.3.0", default-features = false, features = ["surface"] }
- default = surface
-
The
surface
feature is set by default whenevererupt-bootstrap
is added without
somewhere in the dependency tree.default-features = false - surface default = raw-window-handle
-
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.