[package] name = "performance_profiler" license = "MIT" description = "A simple perfomance profiler made with egui for realtime event loop applications" version = "1.0.2" edition = "2021" repository = "https://github.com/zachdedoo13/perfomance_profiler" [features] display = ["eframe", "egui", "winit", "egui_plot"] [dependencies] instant = { version = "0.1.13", features = ["now", "wasm-bindgen"] } lazy_static = "1.5.0" cfg = "0.9.0" egui = { version = "0.28.1", features = [], optional = true } egui_plot = { version = "0.28.1", features = [], optional = true } eframe = { version = "0.28.1", features = [], optional = true } rand = { version = "0.8.5", features = [] } winit = { version = "0.29.15", features = [], optional = true } performance_profiler_per_macros = { version = "0.1.1" }