mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Add opt-in support for the 'puffin' profiler in eframe (#1483)
This commit is contained in:
14
examples/puffin_profiler/Cargo.toml
Normal file
14
examples/puffin_profiler/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "puffin_profiler"
|
||||
version = "0.1.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../eframe", features = ["puffin"] }
|
||||
puffin = "0.13"
|
||||
puffin_http = "0.10"
|
||||
Reference in New Issue
Block a user