Update to newest J3ML
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m40s

This commit is contained in:
2024-10-10 12:21:53 -04:00
parent 3085ad21a9
commit fb6ed84b76
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME J3ML
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.1.zip
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.2.zip
)
CPMAddPackage(

View File

@@ -2,7 +2,6 @@
#include <cstdint>
#include <vector>
#include <Event.h>
#include <EventConnection.h> // TODO: Fix this shit to where we don't need to include both files they should just be bundled together
#include <map>
#include <thread>
#include <rewindow/types/key.h>