WINDOZEEEEEEEEEEEEEEEEEEEEEEEEEEEE
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 7m11s

This commit is contained in:
2024-08-07 23:49:11 -04:00
parent 9565bfeef9
commit 483b5dadad
3 changed files with 8 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME J3ML
URL https://git.redacted.cc/josh/j3ml/archive/Release-2.4.zip
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.0.zip
)
CPMAddPackage(
@@ -28,7 +28,7 @@ CPMAddPackage(
CPMAddPackage(
NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-9.zip
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-12.zip
)
find_package(OpenGL REQUIRED)

View File

@@ -1,9 +1,14 @@
#include <iostream>
#include <rewindow/types/window.h>
#include <jlog/jlog.hpp>
#if _WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
Vector2 mouse_pos;
// TODO: Move to J3ML::LinearAlgebra::Vector2

View File

@@ -1,5 +1,5 @@
#include <Windows.h>
#include <gl/GL.h>
//#include <gl/GL.h>
#include <rewindow/types/window.h>
using namespace ReWindow;