Skip to content

Commit

Permalink
Update egui to 0.30.0 and petgraph to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Jan 18, 2025
1 parent 51b57c7 commit bcec56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ keywords = ["egui", "ui", "graph", "node-graph"]
categories = ["gui", "visualization"]

[dependencies]
egui = { version = "0.29", default-features = false, features = [
egui = { version = "0.30.0", default-features = false, features = [
"persistence",
] }
rand = "0.8"
petgraph = { version = "0.6", default-features = false, features = [
petgraph = { version = "0.7.1", default-features = false, features = [
"stable_graph",
"matrix_graph",
"serde-1",
Expand Down

0 comments on commit bcec56d

Please sign in to comment.