Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to foobar2000 SDK 2022-01-04 and use vcpkg manifest mode #419

Merged
merged 1 commit into from
Jan 10, 2022

Commits on Jan 10, 2022

  1. Update to foobar2000 SDK 2022-01-04 and use vcpkg manifest mode

    This updates submodules to bring in changes from foobar2000 SDK 2022-01-04.
    
    Some bits of code were tidied up as part of this and `fmt` was added as a dependency (`std::format()` isn't used as it's not currently available in VS 2022 with the /std:c++20 compiler option).
    
    Finally, vcpkg is now used in manifest mode to simplify handling of dependencies. Currently, only a single manifest in the root directory is used rather than having manifests for each project (I'm not sure how exactly the latter would behave, particularly if the manifests conflicted with each other).
    reupen committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    51af6b2 View commit details
    Browse the repository at this point in the history