mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"name": "projectm-eval",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "The projectM Expression Evaluation Library. A portable drop-in replacement of Milkdrop's \"ns-eel2\" expression parser for use in Milkdrop, projectM and other applications.",
|
|
"homepage": "https://github.com/projectM-visualizer/projectm-eval",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|