update json

fixes dumping invalid json
This commit is contained in:
mat 2024-02-04 19:08:01 -03:00 committed by GitHub
parent e09b82b3bd
commit e2150cc785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ if (WIN32)
endif()
set(MAT_JSON_AS_INTERFACE ON)
CPMAddPackage("gh:geode-sdk/json#899d54f")
CPMAddPackage("gh:geode-sdk/json#7e4dfae")
CPMAddPackage("gh:fmtlib/fmt#10.1.1")
CPMAddPackage("gh:gulrak/filesystem#3e5b930")