feat(ruffle): add alternative ruffle flash target runner

This commit is contained in:
2026-05-15 21:55:38 +03:00
parent 715f6807d8
commit ca61b68cd9
8 changed files with 115 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
Sdk: require('./haxetool/sdk'),
Haxe: require('./haxetool/haxe'),
FlashPlayer: require('./haxetool/flashplayer'),
RufflePlayer: require('./haxetool/ruffle'),
Android: require('./haxetool/android'),
AdobeAir: require('./haxetool/adobe_air'),
Project: require('./haxetool/project'),