1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update op puffin 0.14.0 (#2257)

This commit is contained in:
Emil Ernerfeldt
2022-11-07 12:37:37 +01:00
committed by GitHub
parent eec18290a4
commit 8c76b8caff
5 changed files with 13 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ directories-next = { version = "2", optional = true }
egui-wgpu = { version = "0.19.0", path = "../egui-wgpu", optional = true, features = [
"winit",
] }
puffin = { version = "0.13", optional = true }
puffin = { version = "0.14", optional = true }
wgpu = { version = "0.14", optional = true }
# -------------------------------------------