mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "omath",
|
|
"version": "3.10.1",
|
|
"description": "General purpose math library",
|
|
"homepage": "https://github.com/orange-cpp/omath",
|
|
"license": "Zlib",
|
|
"supports": "windows | linux | macos",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"avx2": {
|
|
"description": "Omath will use AVX2 to boost performance",
|
|
"supports": "!arm"
|
|
},
|
|
"benchmark": {
|
|
"description": "Build benchmarks",
|
|
"dependencies": [
|
|
"benchmark"
|
|
]
|
|
},
|
|
"examples": {
|
|
"description": "Build examples",
|
|
"dependencies": [
|
|
"glfw3",
|
|
"glew",
|
|
"opengl"
|
|
]
|
|
},
|
|
"imgui": {
|
|
"description": "Omath will define method to convert omath types to imgui types",
|
|
"dependencies": [
|
|
"imgui"
|
|
]
|
|
},
|
|
"tests": {
|
|
"description": "Build unit-tests using GTest",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
}
|
|
}
|