mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 22:19:07 +08:00
18 lines
488 B
JSON
18 lines
488 B
JSON
|
{
|
||
|
"name": "projectm-eval",
|
||
|
"version": "1.0.0",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|