diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-12 09:28:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 09:28:49 -0700 |
| commit | 37c412ae073056d6295c0aeaecc1b625f77c612f (patch) | |
| tree | e132953e3bf2a94e1cbd373f8b293703fa3663ac /ports/coin/CONTROL | |
| parent | 3714469e0e928b06e20dde2473b90bac9c505368 (diff) | |
| download | vcpkg-37c412ae073056d6295c0aeaecc1b625f77c612f.tar.gz vcpkg-37c412ae073056d6295c0aeaecc1b625f77c612f.zip | |
[osg] Fix feature plugin (#13942)
Diffstat (limited to 'ports/coin/CONTROL')
| -rw-r--r-- | ports/coin/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/coin/CONTROL b/ports/coin/CONTROL index 9f6ae24ed..b6214a9a7 100644 --- a/ports/coin/CONTROL +++ b/ports/coin/CONTROL @@ -1,7 +1,8 @@ Source: coin Version: 4.0.0 +Port-Version: 1 Description: A high-level 3D visualization library with Open Inventor 2.1 API -Build-Depends: boost-assert, boost-config, boost-lexical-cast, boost-math, boost-smart-ptr, boost-static-assert +Build-Depends: boost-assert, boost-config, boost-lexical-cast, boost-math, boost-smart-ptr, boost-static-assert, opengl-registry Homepage: https://github.com/coin3d/coin Default-Features: simage, zlib Supports: !(arm|arm64|uwp) |
