* moved all ugui code to lib/ugui.c3l and made it a library/module * started work on a sdl3 renderer, with shaders etc * added the new sdl3.c3l library as a dependency * makefile is for the renderer
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"provides" : "ugui",
|
|
"sources" : [ "src/**" ],
|
|
"targets" : {
|
|
"linux-x64" : {
|
|
"link-args" : [],
|
|
"dependencies" : ["schrift", "grapheme", "mqoi"],
|
|
"linked-libraries" : []
|
|
}
|
|
}
|
|
} |