Compare commits
No commits in common. "47eb3ff9076469c5815f2ada32ff375fac80b825" and "bd8c73ecd5818542f94a587c919c9dfdbb78ce7d" have entirely different histories.
47eb3ff907
...
bd8c73ecd5
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
all:
|
||||
make -C thirdparty/libgrapheme
|
||||
mkdir -p linux-x64
|
||||
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a
|
||||
|
@ -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:
|
||||
|
@ -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
|
@ -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>"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user