Skip to content

Commit

Permalink
Downgrade to petgraph 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Jan 19, 2025
1 parent c04c6f5 commit 7648fa2
Show file tree
Hide file tree
Showing 16 changed files with 784 additions and 937 deletions.
1,683 changes: 765 additions & 918 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ egui = { version = "0.30.0", default-features = false, features = [
"persistence",
] }
rand = "0.8"
petgraph = { version = "0.7.1", default-features = false, features = [
petgraph = { version = "0.6", default-features = false, features = [
"stable_graph",
"matrix_graph",
"serde-1",
Expand Down
2 changes: 1 addition & 1 deletion examples/animated_nodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/basic_custom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
8 changes: 4 additions & 4 deletions examples/bevy_basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
edition = "2021"

[dependencies]
egui_graphs = { path = "../.." }
bevy = "0.15.1"
bevy_egui = "0.32.0"
petgraph = "0.7.1"
egui_graphs = "0.21"
bevy = "0.14"
bevy_egui = "0.29"
petgraph = "0.6"
4 changes: 2 additions & 2 deletions examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ license = "MIT"
edition = "2021"

[dependencies]
egui_graphs = { path = "../..", features = ["events"] }
egui_graphs = "0.22"
egui = "0.30"
eframe = "0.30"
serde_json = "1.0"
petgraph = "0.7.1"
petgraph = "0.6"
fdg = { git = "https://github.com/grantshandy/fdg" }
rand = "0.8"
crossbeam = "0.8"
2 changes: 1 addition & 1 deletion examples/flex_nodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/label_change/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/layouts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/multiple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/rainbow_edges/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/undirected/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"
2 changes: 1 addition & 1 deletion examples/wasm_custom_draw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"

# Wasm related dependencies
getrandom = { version = "0.2", features = ["js"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
egui_graphs = { path = "../.." }
egui = "0.30"
eframe = "0.30"
petgraph = "0.7.1"
petgraph = "0.6"

0 comments on commit 7648fa2

Please sign in to comment.