Compare commits

..

No commits in common. "47eb3ff9076469c5815f2ada32ff375fac80b825" and "bd8c73ecd5818542f94a587c919c9dfdbb78ce7d" have entirely different histories.

6 changed files with 1 additions and 9 deletions

4
.gitmodules vendored
View File

@ -18,7 +18,3 @@
path = lib/sdl3.c3l
url = https://git.alemauri.eu/alema/sdl3.c3l
ignore = dirty
[submodule "lib/vendor"]
path = lib/vendor
url = https://github.com/c3lang/vendor
ignore = dirty

View File

@ -1,4 +1,3 @@
all:
make -C thirdparty/libgrapheme
mkdir -p linux-x64
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a

View File

@ -1,5 +1,4 @@
all: thirdparty/mini-qoi/mqoi.a
mkdir -p linux-x64
cp thirdparty/mini-qoi/mqoi.a linux-x64/libmqoi.a
thirdparty/mini-qoi/mqoi.a:

View File

@ -1,4 +1,3 @@
all:
make -C thirdparty/libschrift
mkdir -p linux-x64
cp thirdparty/libschrift/libschrift.a linux-x64/libschrift.a

@ -1 +0,0 @@
Subproject commit db006221a8af625630fdb8b56707f3d07d4314a2

View File

@ -1,7 +1,7 @@
{
"langrev": "1",
"warnings": ["no-unused"],
"dependency-search-paths": ["lib", "lib/vendor/libraries"],
"dependency-search-paths": ["lib", "../../Programs/Source/c3-vendor/libraries"],
"dependencies": ["raylib55", "sdl3", "ugui"],
"features": [],
"authors": ["Alessandro Mauri <ale@shitposting.expert>"],