vcpkg/ports/gcem/vcpkg.json
chausner 692af196c9
[gcem] Update to 1.14.1 (#24183)
* Update gcem to 1.14.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 16:34:30 -07:00

18 lines
365 B
JSON

{
"name": "gcem",
"version": "1.14.1",
"description": "A C++ compile-time math library using generalized constant expressions",
"homepage": "https://www.kthohr.com/gcem.html",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}