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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user