debug: Drop puffin integration
This commit is contained in:
parent
b5cbe0207f
commit
d341cb8b86
13 changed files with 7 additions and 173 deletions
|
|
@ -35,8 +35,6 @@ log-panics = {version = "2", features = ["with-backtrace"]}
|
|||
once_cell = "1.18.0"
|
||||
ordered-float = "4.0"
|
||||
png = "0.17.5"
|
||||
puffin = {version = "0.17.0", optional = true}
|
||||
puffin_egui = {version = "0.23.0", optional = true}
|
||||
regex = "1"
|
||||
renderdoc = {version = "0.11.0", optional = true}
|
||||
ron = "0.8"
|
||||
|
|
@ -94,7 +92,7 @@ optional = true
|
|||
rev = "cdc652e0"
|
||||
|
||||
[features]
|
||||
debug = ["egui", "egui_plot", "smithay-egui", "renderdoc", "puffin", "puffin_egui", "anyhow/backtrace"]
|
||||
debug = ["egui", "egui_plot", "smithay-egui", "renderdoc", "anyhow/backtrace"]
|
||||
default = ["systemd"]
|
||||
systemd = ["libsystemd"]
|
||||
profile-with-tracy = ["profiling/profile-with-tracy"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue