mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 06:39:00 +08:00
3f8081a313
* [frugally-deep] update to 0.15.30 * [frugally-deep] update to 0.15.30
26 lines
498 B
JSON
26 lines
498 B
JSON
{
|
|
"name": "frugally-deep",
|
|
"version-semver": "0.15.30",
|
|
"description": "Header-only library for using Keras models in C++.",
|
|
"homepage": "https://github.com/Dobiasd/frugally-deep",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"fplus",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double": {
|
|
"description": "Use double precision"
|
|
}
|
|
}
|
|
}
|