mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-02 03:08:25 -05:00
18 lines
365 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|