mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-03-21 18:04:15 -05:00
make sure to initialize libdragon
This commit is contained in:
parent
e51726eef9
commit
e1a1b01b3f
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,7 @@
|
|||
[submodule "libdragon"]
|
||||
path = libdragon
|
||||
url = git@github.com:DragonMinded/libdragon.git
|
||||
url = https://github.com/DragonMinded/libdragon
|
||||
branch = preview
|
||||
[submodule "libpokemegb"]
|
||||
path = libpokemegb
|
||||
url = git@github.com:risingPhil/libpokemegb.git
|
||||
|
|
|
|||
5
.libdragon/config.json
Normal file
5
.libdragon/config.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"imageName": "ghcr.io/dragonminded/libdragon:latest",
|
||||
"vendorDirectory": "libdragon",
|
||||
"vendorStrategy": "submodule"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user