Skip to content

Commit 84a6f59

Browse files
committed
update egui
1 parent 15e131c commit 84a6f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

puffin_egui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ include = [
2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2323

2424
[dependencies]
25-
egui = { version = "0.28.0", default-features = false }
26-
egui_extras = { version = "0.28.0", default-features = false, features = ["serde"] }
25+
egui = { git="https://github.com/emilk/egui.git", rev="ad14bf2490c0d1e0960e0efc1143c8eeaf3eb0c6", features=["puffin"] }
26+
egui_extras = { git="https://github.com/emilk/egui.git", rev="ad14bf2490c0d1e0960e0efc1143c8eeaf3eb0c6", features=["puffin", "image"] }
2727
indexmap = { version = "2.1.0", features = ["serde"] }
2828
natord = "1.0.9"
2929
once_cell = "1.7"

0 commit comments

Comments
 (0)