Cargo Features
playit-gg has no features set by default.
[dependencies]
playit-gg = { version = "0.1.1", features = ["full", "disable-tunnels", "enable-tunnels", "package", "cli", "gui", "crossterm"] }
- full gui? = disable-tunnels, enable-tunnels
- disable-tunnels enable-tunnels? full? package?
- enable-tunnels full? package? = disable-tunnels
- package = disable-tunnels, enable-tunnels
- cli = owo-colors
-
Required by the playit binary
- gui = full, iced
-
Required by the playit-gui binary
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.
- owo-colors cli?
-
Enables owo-colors ^3.1
- crossterm implicit feature
-
Enables crossterm ^0.22
crossterm:
A crossplatform terminal library for manipulating terminals
- iced gui?
-
Enables iced ^0.3