make sure to initialize libdragon

This commit is contained in:
Philippe Symons 2024-07-19 21:55:58 +02:00
parent e51726eef9
commit e1a1b01b3f
2 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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
View File

@ -0,0 +1,5 @@
{
"imageName": "ghcr.io/dragonminded/libdragon:latest",
"vendorDirectory": "libdragon",
"vendorStrategy": "submodule"
}