Cargo Features
[dependencies]
azul-core = { version = "0.0.2", default-features = false, features = ["css_parser", "opengl"] }
- default = opengl
-
The
opengl
feature is set by default wheneverazul-core
is added without
somewhere in the dependency tree.default-features = false - css_parser = azul-css-parser
- opengl default = gleam
-
Affects
callbacks::CallbackInfo.gl_context
,callbacks::GlCallback
,callbacks::GlCallbackReturn
,callbacks::GlCallbackType
,callbacks::LayoutInfo.gl_context
,callbacks::call_callbacks
,display_list::GlStoreImageFn
,azul-core::gl
…
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.
- azul-css-parser css_parser?
- gleam opengl
-
Enables gleam ^0.11.0