Update to latest J3ML
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m34s

This commit is contained in:
2025-01-10 19:54:16 -05:00
parent 4b8479f1d3
commit e764dcf5b8
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,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/3.4.5.zip
)
CPMAddPackage(

View File

@@ -3,6 +3,7 @@
#include <chrono>
#include <rewindow/types/key.h>
#include <rewindow/types/mousebutton.h>
#include <J3ML/LinearAlgebra/Vector2.hpp>
namespace ReWindow {