Cargo Features
general_audio_static has no features set by default.
[dependencies]
general_audio_static = { version = "0.3.1", features = ["native", "native_flac", "native_vorbis", "native_wav", "native_mp3", "web", "native_force_dedicated_audio_thread"] }
- native = general_audio_native
- native_flac
-
Enables flac of general_audio_native
- native_vorbis
-
Enables vorbis of general_audio_native
- native_wav
-
Enables wav of general_audio_native
- native_mp3
-
Enables mp3 of general_audio_native
- web = general_audio_web
- native_force_dedicated_audio_thread
-
Enables force_dedicated_audio_thread of general_audio_native
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.