Initial profiling support for Iced.
This commit is contained in:
parent
ba20ac8e49
commit
c5cd236b73
20 changed files with 357 additions and 35 deletions
15
profiling/Cargo.toml
Normal file
15
profiling/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "iced_profiling"
|
||||
authors = ["Bingus <shankern@protonmail.com>"]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Profiling backend implementations for Iced"
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
|
||||
tracing-core = "0.1.30"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] }
|
||||
|
||||
[dependencies.tracing-chrome]
|
||||
version = "0.7.0"
|
||||
optional = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue