mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:11:38 +08:00
2a989abd8b
* Update ezc3d-port to 1.4.6 * Use different settings for non-windows platfom * Reformat manifest * Bump version * Apply suggestions from code review Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Format vcpkg.json * Update versionsfile Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"name": "ezc3d",
|
|
"version": "1.4.6",
|
|
"description": "C3D reader/writer",
|
|
"homepage": "https://github.com/pyomeca/ezc3d",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|