1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00: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 }
# -------------------------------------------

View File

@@ -57,7 +57,7 @@ winit = { version = "0.27.2", default-features = false }
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }
puffin = { version = "0.13", optional = true }
puffin = { version = "0.14", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader

View File

@@ -43,7 +43,7 @@ screen_reader = ["egui-winit?/screen_reader"]
puffin = ["dep:puffin", "egui-winit?/puffin"]
## Enable [`winit`](https://docs.rs/winit) integration.
winit = ["egui-winit",]
winit = ["egui-winit"]
[dependencies]
@@ -63,7 +63,7 @@ document-features = { version = "0.2", optional = true }
# Native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
egui-winit = { version = "0.19.0", path = "../egui-winit", optional = true, default-features = false }
puffin = { version = "0.13", optional = true }
puffin = { version = "0.14", optional = true }
# Web:
[target.'cfg(target_arch = "wasm32")'.dependencies]