mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
{
|
|
"entry_symbol": "gdextension_gdretroplay_library_init",
|
|
"library": [
|
|
{
|
|
"platform": "Linux",
|
|
"debug": "build/gdretroplay.linux.debug.so",
|
|
"release": "build/gdretroplay.linux.release.so"
|
|
},
|
|
{
|
|
"platform": "Android",
|
|
"debug": "build/gdretroplay.android.debug.so",
|
|
"release": "build/gdretroplay.android.release.so"
|
|
}
|
|
]
|
|
}
|