Cargo Features
PerformanceProfiler has no features set by default.
[dependencies]
performance_profiler = { version = "1.0.2", features = ["display"] }
- display = eframe, egui, egui_plot, winit
-
Affects
performance_profiler::ui
,profiler::PerformanceProfiler.ui_data
…
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.
- eframe display?
-
Enables eframe ^0.28.1
- egui display?
-
Enables egui ^0.28.1
- egui_plot display?
-
Enables egui_plot ^0.28.1
- winit display?
-
Enables winit ^0.29.15