Cargo Features
OxiSynth has no features set by default.
[dependencies]
oxisynth = { version = "0.0.5", features = ["i16-out", "sf3"] }
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.
- getrandom i16-out?
-
Enables getrandom ^0.2
i16-out
- rand i16-out?
-
Enables rand ^0.8.3
- lewton sf3?