Skip to content

Commit

Permalink
update dependencies egui & eframe 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvgompel committed Oct 1, 2024
1 parent 567533f commit 1a59f74
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["examples", "media"]
members = ["examples/hello_colors"]

[dependencies]
egui = { version = "0.29.0", default-features = false }
egui = { version = "0.29.1", default-features = false }
palette = "0.7.6"

[lints.rust]
Expand Down
4 changes: 2 additions & 2 deletions examples/hello_colors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"


[dependencies]
eframe = "0.29.0"
egui_demo_lib = "0.29.0"
eframe = "0.29.1"
egui_demo_lib = "0.29.1"
egui_colors = { path = "../../../egui_colors" }

0 comments on commit 1a59f74

Please sign in to comment.