1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50: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

@@ -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]