moved vendor libraries to lib/ as a submodule
This commit is contained in:
parent
21aa70d340
commit
47eb3ff907
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
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…
Reference in New Issue
Block a user