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 whenever azul-core is added without default-features = false somewhere in the dependency tree.

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