mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:49:08 +08:00
b442de3a61
* [scenepic] new port * format * update version database * resolve comments * Update version database * update version database * update version database * fix install path * x-add-version * Update scenepic.json * suggested changes * update version Co-authored-by: Lily Wang <494550702@qq.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"name": "scenepic",
|
|
"version": "1.0.16",
|
|
"description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content",
|
|
"homepage": "https://microsoft.github.io/scenepic/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|