Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}