mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Merge pull request #295 from dpaulat/renovate/spdlog-1.x
Update dependency spdlog to v1.15.0
This commit is contained in:
commit
fd7de65e86
3 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue