Cargo Features

[dependencies]
azul-core = { version = "0.0.5", default-features = false, features = ["css_parser", "std"] }
default = std

The std feature is set by default whenever azul-core is added without default-features = false somewhere in the dependency tree.

css_parser std

Enables the CSS parser

Enables parser of azul-css

std default = css_parser

Enables hashing for timing and threading

Affects task::AzInstantPtr.ptr, task::ThreadSender.ptr, task::ThreadReceiver.ptr, task::ThreadSenderInner.ptr, task::ThreadReceiverInner.ptr, task::Thread.ptr, task::ThreadInner.thread_handle, task::ThreadInner.sender, task::ThreadInner.receiver, task::ThreadInner.dropcheck, task::get_system_time_libstd, task::create_thread_libstd