added vcpkg manifest file

This commit is contained in:
2025-10-23 06:35:22 +03:00
parent 25dc212b08
commit 55041384c5
5 changed files with 81 additions and 2 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ namespace omath
#ifdef OMATH_IMGUI_INTEGRATION
[[nodiscard]]
ImVec4 to_im_vec4() const noexcept
constexpr ImVec4 to_im_vec4() const noexcept
{
return {
static_cast<float>(this->x),