Cargo Features
notan_app has no features set by default.
[dependencies]
notan_app = { version = "0.12.1", features = ["audio", "links", "drop_files", "clipboard", "serde"] }
- audio = notan_audio
-
Affects
app::App.audio
,backend::BackendSystem.get_audio_backend
,empty::EmptyAudioBackend
… - links
-
Enables links of notan_core
- drop_files = futures-util, js-sys, wasm-bindgen-futures, web-sys
-
Enables drop_files of notan_core, Blob and File of web-sys
- clipboard
-
Enables clipboard of notan_core
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?
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- futures-util wasm32 drop_files?
- js-sys wasm32 drop_files?
- wasm-bindgen-futures wasm32 drop_files?
- web-sys wasm32 drop_files?