1
0
mirror of synced 2025-02-08 23:09:36 +01:00

impr: Added Boost.Regex to about page

This commit is contained in:
WerWolv 2024-07-01 22:01:28 +02:00
parent 3a99d53ba5
commit c6fc26e2e7

View File

@ -343,6 +343,7 @@ namespace hex::plugin::builtin {
Library { "file", "file", "https://github.com/file/file" },
Library { "glfw", "glfw", "https://github.com/glfw/glfw" },
Library { "llvm", "llvm-project", "https://github.com/llvm/llvm-project" },
Library { "Boost.Regex", "John Maddock", "https://github.com/boostorg/regex" },
};
constexpr static auto drawTable = [](const char *category, const auto &libraries) {