{ "name": "omath", "version": "3.10.1", "description": "General purpose math library", "homepage": "https://github.com/orange-cpp/omath", "license": "Zlib", "supports": "windows | linux", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "avx2": { "description": "Omath will use AVX2 to boost performance", "supports": "!arm" }, "imgui": { "description": "Omath will define method to convert omath types to imgui types", "dependencies": [ "imgui" ] }, "tests": { "description": "Build unit-tests using GTest", "dependencies": [ "gtest" ] }, "benchmark": { "description": "Build benchmarks", "dependencies": [ "benchmark" ] } } }