Cargo Features

notan_web has no features set by default.

[dependencies]
notan_web = { version = "0.12.0", features = ["audio", "drop_files", "clipboard"] }
audio = notan_audio, notan_oddio

Enables audio of notan_app

Affects utils::window_remove_event_listener

drop_files

Enables DataTransfer, DataTransferItem, DataTransferItemList, DragEvent, File and FileList of web-sys

clipboard

Enables DataTransfer and Navigator of web-sys

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.

notan_audio audio?
notan_oddio audio?