Update JGL & J3ML
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user