Replies: 1 comment
-
This has already been subject to heated discussions: It works as designed, even if it is not what (some) users initially expect. The default behavior is to install the default features, unless the user explicitly requests otherwise for a specific port (dependency). There is no general "minimal mode". There are only explicit requests to minimize particular ports. If you don't want the default features of pangolin, you have to make pangolin a direct dependency in your user project manifest with |
Beta Was this translation helpful? Give feedback.
-
vcpkg.json
The expected result from this code is that the imgui's opengl-binding and glfw-binding features will be installed successfully, and only the core and gui features of pangolin will be installed, but in reality, additional default-features are installed for pangolin.
I think default-features should also work as expected.
Beta Was this translation helpful? Give feedback.
All reactions