Cargo Features

druid-widget-nursery has no features set by default.

[dependencies]
druid-widget-nursery = { version = "0.1.0", features = ["async", "derive", "hot-reload", "material-icons", "notify"] }
async = flume, futures

Enables tokio

derive = druid-widget-nursery-derive
hot-reload = libloading, notify5, rand

Affects druid-widget-nursery::hot_reload

material-icons = druid-material-icons

Affects druid-widget-nursery::material_icons

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.

notify implicit feature

Enables notify ^4.0.12

theme loader
TODO: update this to 5.0

tokio async?

Enables tokio

async

futures async?
flume async?

Enables flume ^0.10

druid-widget-nursery-derive derive?

Enables druid-widget-nursery-derive

derive

notify5 hot-reload?

Enables notify ^5.0.0-pre.11

hot reload

libloading hot-reload?

Enables libloading ^0.6.6

rand hot-reload?
druid-material-icons material-icons?