Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
use latest egui version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarkin25 committed Jan 30, 2023
1 parent 8f4afd3 commit c4da2b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bevy_egui_node_graph_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.68"
bevy = "0.9.1"
bevy_egui = "0.17"
bevy_egui = "0.18"
egui_node_graph = { version = "0.4.0", path = "../egui_node_graph" }
2 changes: 1 addition & 1 deletion egui_node_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = ".."
persistence = ["serde", "slotmap/serde", "smallvec/serde", "egui/persistence"]

[dependencies]
egui = { version = "0.19.0" }
egui = { version = "0.20.1" }
slotmap = { version = "1.0" }
smallvec = { version = "1.7.0" }
serde = { version = "1.0", optional = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion egui_node_graph_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
eframe = "0.19.0"
eframe = "0.20.1"
egui_node_graph = { path = "../egui_node_graph" }
anyhow = "1.0"
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit c4da2b4

Please sign in to comment.