Cargo Features

notan_winit has no features set by default.

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

Enables audio of notan_app

drop_files = mime_guess
clipboard = arboard, notan_input

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?
notan_input clipboard?
arboard clipboard?
webbrowser links?

Enables webbrowser ^0.8.12

mime_guess drop_files?