externals: update fmt to 6.0.0

This commit is contained in:
Ethan 2019-08-29 21:32:58 +02:00 committed by FearlessTobi
parent 8c2a33553a
commit 56091241ff
2 changed files with 2 additions and 2 deletions

2
externals/fmt vendored

@ -1 +1 @@
Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5
Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f

View file

@ -8,8 +8,8 @@
#include <mutex>
#include <numeric>
#include <thread>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/time.h>
#include "common/file_util.h"
#include "core/hw/gpu.h"
#include "core/perf_stats.h"