1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update to puffin 0.20 (#8185)

This commit is contained in:
Emil Ernerfeldt
2026-05-22 11:57:06 +02:00
committed by GitHub
parent e64b7683a2
commit 7d261bc311
2 changed files with 20 additions and 21 deletions

View File

@@ -114,9 +114,9 @@ parking_lot = "0.12.5"
percent-encoding = "2.3.2"
poll-promise = { version = "0.3.0", default-features = false }
pollster = "0.4.0"
profiling = { version = "1.0.17", default-features = false }
puffin = "0.19.1"
puffin_http = "0.16.1"
profiling = { version = "1.0.18", default-features = false }
puffin = "0.20.0"
puffin_http = "0.17.0"
rand = "0.9.2"
raw-window-handle = "0.6.2"
rayon = "1.11.0"