26 lines
492 B
JSON
Executable File
26 lines
492 B
JSON
Executable File
{
|
|
"name": "loguru",
|
|
"version": "2.1.0",
|
|
"port-version": 3,
|
|
"description": "A lightweight and flexible C++ logging library",
|
|
"homepage": "https://github.com/emilk/loguru",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"fmt": {
|
|
"description": "Build with fmt support in non-header-only mode",
|
|
"dependencies": [
|
|
"fmt"
|
|
]
|
|
}
|
|
}
|
|
}
|