fixed somebugs, improved tests

This commit is contained in:
2025-11-29 21:24:45 +03:00
parent 6c89c72041
commit 3a66b66c6a
9 changed files with 359 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"description": "General purpose math library",
"homepage": "https://github.com/orange-cpp/omath",
"license": "Zlib",
"supports": "windows | linux",
"supports": "windows | linux | macos",
"dependencies": [
{
"name": "vcpkg-cmake",
@@ -26,6 +26,13 @@
"benchmark"
]
},
"examples": {
"description": "Build benchmarks",
"dependencies": [
"glfw3",
"glew"
]
},
"imgui": {
"description": "Omath will define method to convert omath types to imgui types",
"dependencies": [