Cargo Features
[dependencies]
gpui-px = { version = "0.5.10", default-features = false, features = ["gpui", "autoeq", "tokio", "reqwest", "urlencoding"] }
- default = gpui
-
The
gpuifeature is set by default whenevergpui-pxis added withoutsomewhere in the dependency tree.default-features = false - gpui default
-
Enables gpui and gpui-ui-kit
Required by the px-spinorama binary
Features from optional dependencies
- autoeq implicit feature
-
Enables autoeq
autoeq:
Automatic equalization for speakers, headphones and rooms!
Required by the px-spinorama binary
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
Required by the px-spinorama binary
- reqwest implicit feature
-
Enables reqwest
reqwest:
higher level HTTP client library
Required by the px-spinorama binary
- urlencoding implicit feature
-
Enables urlencoding
urlencoding:
A Rust library for doing URL percentage encoding
Required by the px-spinorama binary