Skip to content

Commit

Permalink
Merge pull request #1 from hakolao/node-zoom
Browse files Browse the repository at this point in the history
Node zoom
  • Loading branch information
trevyn authored May 11, 2024
2 parents 809cdf8 + 3b2d772 commit b4e53d1
Show file tree
Hide file tree
Showing 7 changed files with 336 additions and 66 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[workspace]

resolver = "2"

members = [
"egui_node_graph",
"egui_node_graph_example",
]

[egui_node_graph_example.profile.release]
opt-level = 2 # fast and small wasm
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.21.0" }
egui = "0.27"
slotmap = { version = "1.0" }
smallvec = { version = "1.10.0" }
serde = { version = "1.0", optional = true, features = ["derive"] }
Expand Down
Loading

0 comments on commit b4e53d1

Please sign in to comment.