2022-04-27 17:37:09 -04:00
|
|
|
{
|
2022-04-27 22:07:42 -04:00
|
|
|
description = "Templates for coding SNES roms";
|
|
|
|
|
|
|
|
outputs = { self }: {
|
|
|
|
templates.with-asar = {
|
|
|
|
description = "A template for programming with the Asar assembler";
|
|
|
|
path = ./with-asar;
|
|
|
|
};
|
|
|
|
};
|
2022-04-27 17:37:09 -04:00
|
|
|
}
|