vcpkg/ports/opencolorio/vcpkg.json
ras0219 e9650349fb
[opencolorio] Install OpenColorIOConfig.cmake and change version scheme to semver (#15764)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-19 22:11:26 -08:00

30 lines
1004 B
JSON

{
"name": "opencolorio",
"version-semver": "1.1.1",
"port-version": 5,
"description": "OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats.",
"homepage": "https://opencolorio.org/",
"dependencies": [
{
"name": "freeglut",
"default-features": false
},
{
"name": "glew",
"default-features": false
},
{
"name": "lcms",
"default-features": false
},
{
"name": "tinyxml",
"default-features": false
},
{
"name": "yaml-cpp",
"default-features": false
}
]
}