Skip to content

Commit

Permalink
Update egui_node_graph
Browse files Browse the repository at this point in the history
Adds zooming. Closes #2
  • Loading branch information
dimtpap committed Dec 17, 2023
1 parent 1736ee9 commit c814f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["gui", "multimedia"]

[dependencies]
pipewire = {version = "*", git = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git", rev = "7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f"}
egui_node_graph = {version = "*", git = "https://github.com/dimtpap/egui_node_graph.git", rev= "ca3cd04ac780eff9e3b1be7e0c8c837df66ff889"}
egui_node_graph = {version = "*", git = "https://github.com/dimtpap/egui_node_graph.git", rev= "b6f7f02d31fdb74b120691a6c221f10d60864d5c"}
eframe = {version = "0.23.0", features = ["wayland"]}
egui_plot = "0.23.0"
egui_dock = "0.8.1"
Expand Down

0 comments on commit c814f0c

Please sign in to comment.