You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can get the latest versions of magnum libraries using vcpkg install --head magnum. But how can I get the latest (HEAD) package list when using vcpkg search magnum?
Also, getting the package name from the GitHub repo and trying to: vcpkg install magnum-plugins[gltfimporter] --head gives: magnum-plugins has no feature named gltfimporter, so there is no way to use new feats until vcpkg packages will receive an update?
The text was updated successfully, but these errors were encountered:
Hi, I can get the latest versions of magnum libraries using
vcpkg install --head magnum
. But how can I get the latest (HEAD) package list when usingvcpkg search magnum
?Also, getting the package name from the GitHub repo and trying to:
vcpkg install magnum-plugins[gltfimporter] --head
gives:magnum-plugins has no feature named gltfimporter
, so there is no way to use new feats until vcpkg packages will receive an update?The text was updated successfully, but these errors were encountered: