Compare commits
2 Commits
bd8c73ecd5
...
47eb3ff907
Author | SHA1 | Date | |
---|---|---|---|
47eb3ff907 | |||
21aa70d340 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -18,3 +18,7 @@
|
||||
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,3 +1,4 @@
|
||||
all:
|
||||
make -C thirdparty/libgrapheme
|
||||
mkdir -p linux-x64
|
||||
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a
|
||||
|
@ -1,4 +1,5 @@
|
||||
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,3 +1,4 @@
|
||||
all:
|
||||
make -C thirdparty/libschrift
|
||||
mkdir -p linux-x64
|
||||
cp thirdparty/libschrift/libschrift.a linux-x64/libschrift.a
|
||||
|
1
lib/vendor
Submodule
1
lib/vendor
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit db006221a8af625630fdb8b56707f3d07d4314a2
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"langrev": "1",
|
||||
"warnings": ["no-unused"],
|
||||
"dependency-search-paths": ["lib", "../../Programs/Source/c3-vendor/libraries"],
|
||||
"dependency-search-paths": ["lib", "lib/vendor/libraries"],
|
||||
"dependencies": ["raylib55", "sdl3", "ugui"],
|
||||
"features": [],
|
||||
"authors": ["Alessandro Mauri <ale@shitposting.expert>"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user