Cargo Features
[dependencies]
gl-context-loader = { version = "0.1.8", default-features = false, features = ["std", "gleam_trait", "debug", "error"] }
- default = std
-
The
std
feature is set by default whenevergl-context-loader
is added without
somewhere in the dependency tree.default-features = false - std default debug? error? gleam_trait?
- gleam_trait = gleam, std
-
Affects
gl-context-loader::GLeglImageOES
,gl-context-loader::GLsync
… - debug error? = std
- error = debug, std
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.
- gleam gleam_trait?
-
Enables gleam ^0.13.1