Skip to content

Commit 3c6eb3c

Browse files
committed
Update to egui 0.29
1 parent 2ee9f3b commit 3c6eb3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

egui_node_graph2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = ".."
1414
persistence = ["serde", "slotmap/serde", "smallvec/serde", "egui/persistence"]
1515

1616
[dependencies]
17-
egui = "0.28"
17+
egui = "0.29"
1818
slotmap = { version = "1.0" }
1919
smallvec = { version = "1.10.0" }
2020
serde = { version = "1.0", optional = true, features = ["derive"] }

egui_node_graph2_example/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ rust-version = "1.56"
88
crate-type = ["cdylib", "rlib"]
99

1010
[dependencies]
11-
eframe = "0.28"
11+
eframe = "0.29"
1212
egui_node_graph2 = { path = "../egui_node_graph2" }
1313
anyhow = "1.0"
1414
serde = { version = "1.0", optional = true }
1515

1616
[features]
1717
default = []
1818
persistence = ["serde", "egui_node_graph2/persistence", "eframe/persistence"]
19-

0 commit comments

Comments
 (0)