From 6e9ed8b7f14d4c8e83fc6a4c3f95c4a1f463046b Mon Sep 17 00:00:00 2001 From: Austin Schuh Date: Fri, 1 Aug 2025 12:58:58 -0700 Subject: [PATCH] [bazel] Rename imgui so it deploys correctly (#8137) Signed-off-by: Austin Schuh --- BUILD.bazel | 2 +- thirdparty/imgui_suite/BUILD.bazel | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 5bccf447de..4bd77470e8 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -82,7 +82,7 @@ publish_all( "//simulation/halsim_ws_server:halsim_ws_server-cpp_publish", "//simulation/halsim_xrp:halsim_xrp-cpp_publish", "//thirdparty/googletest:googletest-cpp_publish", - "//thirdparty/imgui_suite:imgui-cpp_publish", + "//thirdparty/imgui_suite:imguiSuite-cpp_publish", "//wpigui:wpigui-cpp_publish", "//wpilibNewCommands:wpilibNewCommands-cpp_publish", "//wpilibNewCommands:wpilibNewCommands-java_publish", diff --git a/thirdparty/imgui_suite/BUILD.bazel b/thirdparty/imgui_suite/BUILD.bazel index 609b2a7f27..edb78deeb6 100644 --- a/thirdparty/imgui_suite/BUILD.bazel +++ b/thirdparty/imgui_suite/BUILD.bazel @@ -419,7 +419,7 @@ pkg_files( ) pkg_zip( - name = "imgui-hdrs-zip", + name = "imguiSuite-hdrs-zip", srcs = [ "generated-fonts-hdrs-pkg", "generated-gl3w-hdrs-pkg", @@ -471,7 +471,7 @@ pkg_files( ) pkg_zip( - name = "imgui-srcs-zip", + name = "imguiSuite-srcs-zip", srcs = [ "generated-fonts-srcs-pkg", "generated-gl3w-srcs-pkg", @@ -487,7 +487,7 @@ pkg_zip( ) package_minimal_cc_project( - name = "imgui", + name = "imguiSuite", maven_artifact_name = "imguiSuite-cpp", maven_group_id = "edu.wpi.first.thirdparty.imguiSuite", )