Cargo Features
[dependencies]
ferrishot_iced_winit = { version = "0.14.1", default-features = false, features = ["debug", "system", "program", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "unconditional-rendering"] }
- default = wayland, wayland-csd-adwaita, wayland-dlopen, x11
-
These default features are set whenever
ferrishot_iced_winit
is added without
somewhere in the dependency tree.default-features = false - debug
-
Enables enable of ferrishot_iced_debug
- system = sysinfo
-
Affects
ferrishot_iced_winit::system
… - program
- x11 default
-
Enables x11 of ferrishot_winit_fork
- wayland default
-
Enables wayland of ferrishot_winit_fork
- wayland-dlopen default
-
Enables wayland-dlopen of ferrishot_winit_fork
- wayland-csd-adwaita default
-
Enables wayland-csd-adwaita of ferrishot_winit_fork
- unconditional-rendering
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.
- sysinfo system?
-
Enables sysinfo ^0.33