From c814f0c76f2f00361b49b1408646df8e126b7246 Mon Sep 17 00:00:00 2001 From: Dimitris Papaioannou Date: Sun, 17 Dec 2023 14:48:59 +0200 Subject: [PATCH] Update egui_node_graph Adds zooming. Closes #2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fcf8e4..ec08a25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,7 +975,7 @@ dependencies = [ [[package]] name = "egui_node_graph" version = "0.4.0" -source = "git+https://github.com/dimtpap/egui_node_graph.git?rev=ca3cd04ac780eff9e3b1be7e0c8c837df66ff889#ca3cd04ac780eff9e3b1be7e0c8c837df66ff889" +source = "git+https://github.com/dimtpap/egui_node_graph.git?rev=b6f7f02d31fdb74b120691a6c221f10d60864d5c#b6f7f02d31fdb74b120691a6c221f10d60864d5c" dependencies = [ "egui", "slotmap", diff --git a/Cargo.toml b/Cargo.toml index a5f6135..b9b104c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"