dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
262 stars 26 forks source link

Split ngdevkit into standalone git repositories #23

Closed dciabrin closed 4 years ago

dciabrin commented 4 years ago

Split the emulator, the cross-compiler toolchain, the devkit API/tools and the examples into dedicated git repositories. This simplifies the build of binary packages and is a first step towards providing CI/CD for the project.

Closes dciabrin/ngdevkit#20.