* [loguru] Add loguru[fmt] feature
Add fmt feature, with if checks to require and link fmt if it is specified
* [loguru] Replace deprecated functions
Remove deprecated functions vcpkg_install_cmake, vcpkg_fixup_cmake_targets, vcpkg_configure_cmake and replace them with vcpkg_cmake_install, vcpkg_cmake_config_fixup and vcpkg_cmake_configure respectively.
Also add vcpkg-cmake and vcpkg-cmake-config to vcpkg.json to provide the replacements
* [loguru] Update versioning files
* [loguru] Add CONFIG flag to find_package(fmt)
* Make suggested changes
* Update version database
* Make requested changes
* [loguru] Update version database