mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
6c6516621f
* [corrade] Update to v2019.01 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Update to v2019.01, remove shapes and glutapplication features These features were deprecated in earlier versions and now removed. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Improve dependencies to corrade Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add faad2audioimporter - faad2 is currently not in vcpkg, hence commented out - The commented out empty line is required to have vcpkg parse the file without issues Signed-off-by: Squareys <squareys@googlemail.com>
25 lines
591 B
Plaintext
25 lines
591 B
Plaintext
Source: magnum-integration
|
|
Version: 2019.01-1
|
|
Build-Depends: magnum[core]
|
|
Description: Integrations for magnum, C++11/C++14 graphics middleware for games and data visualization http://magnum.graphics/
|
|
Default-Features:
|
|
|
|
Feature: bullet
|
|
Description: BulletIntegration library
|
|
Build-Depends: bullet3
|
|
|
|
Feature: glm
|
|
Description: GlmIntegration library
|
|
Build-Depends: glm
|
|
|
|
Feature: imgui
|
|
Description: ImGuiIntegration library
|
|
Build-Depends: imgui
|
|
#Feature: ovr
|
|
#Description: OvrIntegration library
|
|
#Build-Depends: ovrsdk
|
|
#Feature: dart
|
|
#Description: DartIntegration library
|
|
#Build-Depends: dart
|
|
|