Migrate to Borealis (#2266)

This commit is contained in:
Luke Street
2026-08-05 07:54:31 -06:00
committed by GitHub
parent 4604304305
commit 13b3b68fe5
94 changed files with 654 additions and 14091 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
#include <zstd.h>
#include "aurora/lib/logging.hpp"
#include <borealis/log.hpp>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
@@ -28,7 +28,7 @@
namespace dusk::mods::manifest {
namespace {
aurora::Module Log("dusk::mods::manifest");
constexpr borealis::Log Log{"dusk::mods::manifest"};
constexpr char kMagic[8] = {'S', 'Y', 'M', 'G', 'E', 'N', '\0', '\0'};
constexpr uint32_t kVersion = 2;