Update JGL & J3ML

This commit is contained in:
2024-11-13 15:21:54 -05:00
parent be7bafe7f8
commit c8df7fdb61
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME J3ML
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.2.zip
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.4.zip
)
CPMAddPackage(
@@ -31,12 +31,12 @@ CPMAddPackage(
CPMAddPackage(
NAME JGL
URL https://git.redacted.cc/josh/JGL/archive/Prerelease-37.zip
URL https://git.redacted.cc/josh/JGL/archive/Prerelease-38.zip
)
CPMAddPackage(
NAME JUI
URL https://git.redacted.cc/josh/ReJUI/archive/Prerelease-5.zip
URL https://git.redacted.cc/josh/ReJUI/archive/Prerelease-5.1.zip
)

View File

@@ -6,6 +6,7 @@
#include <JUI/Widgets/TextRect.hpp>
#include <JUI/Widgets/ScrollingRect.hpp>
#include "JUI/Widgets/Button.hpp"
#include <JUI/Widgets/TextButton.hpp>
namespace CaveGame::Client
{

View File

@@ -13,7 +13,7 @@
#include <JGL/JGL.h>
#include <Core/Perlin.hpp>
#include <steam_api.h>
#include "ClientApp/CaveGameWindow.hpp"
#include <ClientApp/CaveGameWindow.hpp>
CaveGame::Core::PerlinNoise noise(0);