mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-21 21:11:10 +01:00
Build: Bump fmt dependency to 11.1.1, and spdlog to 1.15.0
This commit is contained in:
parent
85db617797
commit
04df96a515
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ class MikageConan(ConanFile):
|
|||
requires = [
|
||||
#"boost/1.79.0",
|
||||
"boost/1.84.0",
|
||||
"spdlog/1.10.0",
|
||||
"spdlog/1.15.0",
|
||||
"cryptopp/8.5.0",
|
||||
"sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller
|
||||
"range-v3/0.11.0",
|
||||
|
@ -17,7 +17,7 @@ class MikageConan(ConanFile):
|
|||
"spirv-tools/1.3.268.0",
|
||||
"tracy/0.11.1",
|
||||
"xxhash/0.8.0",
|
||||
"fmt/8.1.1",
|
||||
"fmt/11.1.1",
|
||||
]
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue