-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcfe750
commit 8f52ef0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jGL
updated
11 files
+33 −6 | .github/workflows/build-tests.yml | |
+20 −0 | .github/workflows/check-pr.yml | |
+31 −31 | .github/workflows/release.yml | |
+4 −4 | .github/workflows/run-tests.yml | |
+2 −2 | .github/workflows/unit-tests.yml | |
+3 −1 | examples/Particles/main.cpp | |
+8 −2 | examples/Shape/main.cpp | |
+3 −2 | examples/Shape/main.h | |
+4 −2 | examples/Sprite/main.cpp | |
+115 −4 | include/jGL/Display/desktopDisplay.h | |
+1 −1 | src/jGL/Display/desktopDisplay.cpp |