Merge pull request #295 from dpaulat/renovate/spdlog-1.x

Update dependency spdlog to v1.15.0
This commit is contained in:
Dan Paulat 2024-11-30 17:33:08 -06:00 committed by GitHub
commit fd7de65e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ class SupercellWxConan(ConanFile):
"libxml2/2.12.7",
"openssl/3.3.2",
"re2/20240702",
"spdlog/1.14.1",
"spdlog/1.15.0",
"sqlite3/3.47.1",
"vulkan-loader/1.3.243.0",
"zlib/1.3.1")

View file

@ -15,6 +15,7 @@
#include <boost/container_hash/hash.hpp>
#include <boost/unordered/unordered_flat_map.hpp>
#include <boost/unordered/unordered_flat_set.hpp>
#include <fmt/ranges.h>
#include <fontconfig/fontconfig.h>
namespace scwx

View file

@ -5,6 +5,7 @@
#include <boost/unordered/unordered_flat_map.hpp>
#include <boost/uuid/random_generator.hpp>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
namespace scwx
{