mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 06:19:23 +08:00
e9650349fb
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
30 lines
1004 B
JSON
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
|
|
}
|
|
]
|
|
}
|