Skip to content

Commit

Permalink
Update op puffin 0.14.0 (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Nov 7, 2022
1 parent eec1829 commit 8c76b8c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/eframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

# -------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/egui_glow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/puffin_profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ publish = false

[dependencies]
eframe = { path = "../../crates/eframe", features = ["puffin"] }
puffin = "0.13"
puffin_http = "0.10"
puffin = "0.14"
puffin_http = "0.11"

0 comments on commit 8c76b8c

Please sign in to comment.