1
0
mirror of synced 2024-11-12 02:00:52 +01:00

impr: Added Boost.Regex to about page

This commit is contained in:
WerWolv 2024-07-01 22:01:28 +02:00
parent 06ab1d34aa
commit 68e528dd3a

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) {