Skip to content

Commit

Permalink
Update library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed May 31, 2024
1 parent 38bab44 commit 370291b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion projects/Randomizer/randomizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <Randomizer/seed/reach_check.h>
#include <Randomizer/seed/seed.h>

#include <neargye/semver.hpp>
#include <semver.hpp>

namespace randomizer {
enum class RandomizerEvent {
Expand Down
2 changes: 1 addition & 1 deletion projects/Randomizer/seed/seed.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <Core/save_meta/save_meta.h>
#include <Modloader/app/structs/GameController_GameDifficultyModes__Enum.h>
#include <neargye/semver.hpp>
#include <semver.hpp>
#include <nlohmann/json.hpp>
#include <unordered_map>

Expand Down
28 changes: 14 additions & 14 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"dependencies" : [ {
"name" : "stb",
"version>=" : "2023-04-11#1"
}, {
"name" : "magic-enum",
"version>=" : "0.9.3"
}, {
"name" : "nlohmann-json",
"version>=" : "3.11.2"
}, {
"name" : "ixwebsocket",
"version>=" : "11.4.5#0",
Expand All @@ -26,19 +20,25 @@
"name" : "detours",
"version>=" : "4.0.1#8"
}, {
"name" : "protobuf",
"version>=" : "3.21.12"
"name" : "cpp-httplib",
"version>=" : "0.15.3"
}, {
"name" : "libremidi",
"version>=" : "4.3.0"
}, {
"name" : "magic-enum",
"version>=" : "0.9.5"
}, {
"name" : "neargye-semver",
"version>=" : "0.3.0#1"
"version>=" : "0.3.1"
}, {
"name" : "cpp-httplib",
"version>=" : "0.15.3"
"name" : "nlohmann-json",
"version>=" : "3.11.3"
}, {
"name" : "openssl",
"version>=" : "3.2.1#2"
"version>=" : "3.3.0"
}, {
"name" : "libremidi",
"version>=" : "4.3.0"
"name" : "protobuf",
"version>=" : "3.21.12#2"
} ]
}

0 comments on commit 370291b

Please sign in to comment.