Working on client code.

This commit is contained in:
2025-02-21 16:13:35 -06:00
parent 00ad38e87b
commit ec4312c189
27 changed files with 767 additions and 7 deletions

View File

@@ -6,7 +6,6 @@
# Libs
target_link_libraries(${DUSK_TARGET_NAME}
PUBLIC
cglm
archive_static
m
spng_static

View File

@@ -9,12 +9,7 @@
#include "dusk.h"
#include "duskglimpl.h"
#include <cglm/cglm.h>
#include <libgen.h>
#include <float.h>
typedef float float_t;
typedef double double_t;
extern char_t EXECUTABLE_PATH[];
extern char_t EXECUTABLE_DIRECTORY[];