Migrating dependencies to latest releases

This commit is contained in:
2024-05-01 20:30:21 -04:00
parent c45485cabd
commit 1eaa9c6574
2 changed files with 4 additions and 13 deletions

View File

@@ -54,7 +54,6 @@ namespace JGL {
bool InitTextEngine();
// TODO: implement correct coloring
using J3ML::u32;
namespace J2D {
void DrawPixel2D(const Color3 &color, const Vector2 &coordinates);