Description
Greetings,
I'm in the process of adding support for ImGui and a few related libraries to the Bazel build platform's central registry (BCR) for easy access:
GLFW [done]: https://registry.bazel.build/modules/glfw
ImGui [in review]: bazelbuild/bazel-central-registry#3795
I'd like to add ImPlot as well. Since the last release was summer 2023, it seems like a good idea to introduce this with the latest version of the code.
When you make the release, could you please also add a release archive?
That would give a URL in the format:
https://github.com/epezent/implot/releases/download/<version>/<name>.tar.gz
to ensure the archive checksum stability.
See https://blog.bazel.build/2023/02/15/github-archive-checksum.html#what-went-wrong for more context on this.