25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"name": "ripper37-libbase",
|
|
"version": "1.0.1",
|
|
"description": "Standalone reimplementation of //base module from Chromium",
|
|
"homepage": "https://github.com/RippeR37/libbase",
|
|
"documentation": "https://ripper37.github.io/libbase",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "glog",
|
|
"features": [
|
|
"customprefix"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|