From 67b29bea636ab1b817209ec09a8e7ae5d3bc5149 Mon Sep 17 00:00:00 2001 From: ruby3141 Date: Fri, 10 May 2024 15:01:16 +0900 Subject: [PATCH] bump hudhook to mainline head My PR got merged to mainline, but not released yet. --- djmaxplus/Cargo.toml | 2 +- djmaxplus/src/components/djmaxplus_main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djmaxplus/Cargo.toml b/djmaxplus/Cargo.toml index ebebc06..64b5422 100644 --- a/djmaxplus/Cargo.toml +++ b/djmaxplus/Cargo.toml @@ -19,7 +19,7 @@ anyhow = { version = "1.0.81", features = ["backtrace"] } image = "0.25.1" imgui-sys = { version = "0.11.0", features = ["freetype", "use-vcpkg"] } imgui = { version = "0.11.0", features = ["freetype"] } -hudhook = { git = "https://github.com/ruby3141/hudhook.git", rev = "b73a868712bb7ab1d65edc40644475b1226b689d" } +hudhook = { git = "https://github.com/veeenu/hudhook.git", rev = "e34f748fb03c07ccfdd63aa5094271772ca02fce" } serde_with = "3.7.0" serde_yaml = "0.9.34" serde = { version = "1.0.197", features = ["serde_derive"] } diff --git a/djmaxplus/src/components/djmaxplus_main.rs b/djmaxplus/src/components/djmaxplus_main.rs index d703a51..cfe5a07 100644 --- a/djmaxplus/src/components/djmaxplus_main.rs +++ b/djmaxplus/src/components/djmaxplus_main.rs @@ -82,7 +82,7 @@ impl ImguiRenderLoop for DjmaxplusMain { )); } - fn set_message_filter(&self, _io: &imgui::Io) -> MessageFilter { + fn message_filter(&self, _io: &imgui::Io) -> MessageFilter { if self.is_modal_present || self.runtime.was_anything_active() { MessageFilter::InputAll } else if self.config_editor.visible {