From 74f2de81e8d550331fdb99fd8480d6430847c820 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 14 Mar 2025 18:34:54 +0100 Subject: [PATCH] update implot to prep for imgui dyn fonts --- external/implot/CMakeLists.txt | 3 ++- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/external/implot/CMakeLists.txt b/external/implot/CMakeLists.txt index bf3c693..f617681 100644 --- a/external/implot/CMakeLists.txt +++ b/external/implot/CMakeLists.txt @@ -5,7 +5,8 @@ include(FetchContent) if (NOT TARGET implot) FetchContent_Declare(implot GIT_REPOSITORY https://github.com/epezent/implot.git - GIT_TAG 47522f47054d33178e7defa780042bd2a06b09f9 # 22-01-2025 + #GIT_TAG 47522f47054d33178e7defa780042bd2a06b09f9 # 22-01-2025 + GIT_TAG 193b9d8f92c4a437e84182b171f1ae266e72321f # 05-03-2025 EXCLUDE_FROM_ALL CONFIGURE_COMMAND "" # no cmake ) diff --git a/flake.lock b/flake.lock index c5ebdb8..b32e75d 100644 --- a/flake.lock +++ b/flake.lock @@ -21,17 +21,17 @@ "implot": { "flake": false, "locked": { - "lastModified": 1737544983, - "narHash": "sha256-/hYfmkUa5zRb2iQHdw0FhNPBaUHqzEhA0lHDeNE8bkU=", + "lastModified": 1741197716, + "narHash": "sha256-rNiD7GXc2F3KWhCAMdAI2j2+ECn2VTlZ7bng5lfiVoo=", "owner": "epezent", "repo": "implot", - "rev": "47522f47054d33178e7defa780042bd2a06b09f9", + "rev": "193b9d8f92c4a437e84182b171f1ae266e72321f", "type": "github" }, "original": { "owner": "epezent", "repo": "implot", - "rev": "47522f47054d33178e7defa780042bd2a06b09f9", + "rev": "193b9d8f92c4a437e84182b171f1ae266e72321f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 5583488..e93b3d6 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ flake = false; }; implot = { - url = "github:epezent/implot/47522f47054d33178e7defa780042bd2a06b09f9"; + url = "github:epezent/implot/193b9d8f92c4a437e84182b171f1ae266e72321f"; flake = false; }; };