Skip to content

Commit

Permalink
Merge pull request #2 from SilenLoc/renovate/egui-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate egui to 0.22.0
  • Loading branch information
SilenLoc authored Jul 26, 2023
2 parents ded5744 + 78dcd21 commit 9533e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["frontend"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = "0.20.1"
egui = "0.22.0"
# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
rand = "0.8.5"
Expand Down

0 comments on commit 9533e45

Please sign in to comment.