Skip to content

Commit

Permalink
chore: update magic_enum version
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jan 2, 2025
1 parent 335c39a commit c56cf04
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src-server/ll/core/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "mc/world/level/Level.h"

#include "cpr/cpr.h"
#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"
#include "nlohmann/json.hpp"
#include "nlohmann/json_fwd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src-server/ll/core/tweak/SimpleServerLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "mc/server/commands/CommandOrigin.h"

#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"

namespace ll {
using namespace event;
Expand Down
2 changes: 1 addition & 1 deletion src-test/server/RecipesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "ll/api/memory/Hook.h"
#include "ll/api/service/Bedrock.h"
#include "ll/api/utils/StringUtils.h"
#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"
#include "mc/deps/json/Value.h"
#include "mc/nbt/CompoundTag.h"
#include "mc/server/ServerInstance.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "ll/api/io/Logger.h"
#include "ll/api/memory/Hook.h"
#include "ll/core/LeviLamina.h"
#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"
#include "mc/util/Random.h"
#include "mc/util/WorldChangeTransaction.h"
#include "mc/world/level/BlockPos.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ll/api/command/CommandRegistrar.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <utility>
#include <vector>

#include "magic_enum_all.hpp" // IWYU pragma: keep
#include "magic_enum/magic_enum_all.hpp" // IWYU pragma: keep

#include "ll/api/base/Macro.h"
#include "ll/api/base/StdInt.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ll/api/reflection/Reflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "boost/pfr.hpp"

#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"

namespace ll::reflection {
template <class T>
Expand Down
2 changes: 1 addition & 1 deletion src/ll/api/utils/StringUtils_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "fmt/color.h"
#include "fmt/core.h"
#include "fmt/format.h"
#include "magic_enum.hpp"
#include "magic_enum/magic_enum.hpp"

#include "ll/api/base/StdInt.h"

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add_requires("fmt 10.2.1")
add_requires("gsl v4.0.0")
add_requires("glm 1.0.1")
add_requires("leveldb 1.23")
add_requires("magic_enum v0.9.5")
add_requires("magic_enum v0.9.7")
add_requires("nlohmann_json v3.11.3")
add_requires("rapidjson v1.1.0")
add_requires("type_safe v0.2.4")
Expand Down

0 comments on commit c56cf04

Please sign in to comment.