From 4d74bdac24dac879a79493213cb1c892b4d6146d Mon Sep 17 00:00:00 2001 From: George FunBook Date: Fri, 21 Jul 2023 09:35:00 -0500 Subject: [PATCH 1/2] add haxeui --- build/index.js | 7 ++++++- src/Main.hx | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build/index.js b/build/index.js index 68ae0fc..0f25fa3 100644 --- a/build/index.js +++ b/build/index.js @@ -1,4 +1,5 @@ -// Generated by Haxe 4.2.3 +// Generated by Haxe 4.2.3| +// edited manually until i get builds working module.exports = /******/ (function(modules, runtime) { // webpackBootstrap /******/ "use strict"; @@ -854,6 +855,10 @@ function Main_installHaxelibs(flixelVersions) { return Haxelib_install(lib3); },function() { return Haxelib_install(lib4); + },function() { + return Haxelib_install("haxeui-core"); + },function() { + return Haxelib_install("haxeui-flixel"); },function() { return Haxelib_git(user1,haxelib1); },function() { diff --git a/src/Main.hx b/src/Main.hx index c143444..3f9ceb5 100644 --- a/src/Main.hx +++ b/src/Main.hx @@ -100,6 +100,8 @@ private function installHaxelibs(flixelVersions):ExitCode { Haxelib.install.bind("task"), Haxelib.install.bind("poly2trihx"), Haxelib.install.bind("nape-haxe4"), + Haxelib.install.bind("haxeui-core"), + Haxelib.install.bind("haxeui-flixel"), Haxelib.git.bind("HaxeFoundation", "hscript"), Haxelib.git.bind("larsiusprime", "firetongue"), Haxelib.git.bind("bendmorris", "spinehaxe"), From 1c35f6c461b6617e04240283c48c1ba8fad69b83 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Fri, 21 Jul 2023 10:04:54 -0500 Subject: [PATCH 2/2] fix typo --- build/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/index.js b/build/index.js index 0f25fa3..8ac641c 100644 --- a/build/index.js +++ b/build/index.js @@ -1,4 +1,4 @@ -// Generated by Haxe 4.2.3| +// Generated by Haxe 4.2.3 // edited manually until i get builds working module.exports = /******/ (function(modules, runtime) { // webpackBootstrap