Skip to content

Commit

Permalink
Bump egui to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 30, 2024
1 parent a0c6a15 commit e1cbfb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions puffin_egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = { version = "0.27.0", default-features = false }
egui = { version = "0.27.1", default-features = false }
indexmap = { version = "2.1.0", features = ["serde"] }
natord = "1.0.9"
once_cell = "1.7"
Expand All @@ -36,7 +36,7 @@ vec1 = "1.8"
web-time = "0.2"

[dev-dependencies]
eframe = { version = "0.27.0", default-features = false, features = [
eframe = { version = "0.27.1", default-features = false, features = [
"default_fonts",
"glow",
] }
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ puffin = { version = "0.19.0", path = "../puffin", features = [
puffin_http = { version = "0.16.0", path = "../puffin_http" }

argh = "0.1"
eframe = { version = "0.27.0", default-features = false, features = [
eframe = { version = "0.27.1", default-features = false, features = [
"default_fonts",
"glow",
"persistence",
Expand Down

0 comments on commit e1cbfb8

Please sign in to comment.