18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"name": "projectm-eval",
|
|
"version": "1.0.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
|
|
}
|
|
]
|
|
}
|