mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 10:25:36 +08:00
d962dc7d65
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
26 lines
602 B
Plaintext
26 lines
602 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
|
|
Homepage: 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
|
|
|