fix profiler

I updated puffin to egui v0.29.1 and now it works

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-12-07 19:53:32 -08:00
parent 323d1bcd2c
commit 720230ca55
5 changed files with 58 additions and 67 deletions

View File

@@ -39,8 +39,8 @@ nostrdb = { workspace = true }
enostr = { path = "enostr" }
serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.27.0", optional = true }
puffin = { version = "0.19.0", optional = true }
puffin_egui = { git = "https://github.com/jb55/puffin", package = "puffin_egui", rev = "70ff86d5503815219b01a009afd3669b7903a057", optional = true }
puffin = { git = "https://github.com/jb55/puffin", package = "puffin", rev = "70ff86d5503815219b01a009afd3669b7903a057", optional = true }
hex = "0.4.3"
base32 = "0.4.0"
strum = "0.26"