From c0bd57a5735702b1df53eaf9455ce897c319c8e6 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Wed, 1 Feb 2023 16:54:11 -0500 Subject: [PATCH] Fix library versions. --- hmm.json | 211 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 106 insertions(+), 105 deletions(-) diff --git a/hmm.json b/hmm.json index b62ec3cb9..5de52076a 100644 --- a/hmm.json +++ b/hmm.json @@ -1,106 +1,107 @@ { - "dependencies": [{ - "name": "discord_rpc", - "type": "git", - "dir": null, - "ref": "2d83fa8", - "url": "https://github.com/Aidan63/linc_discord-rpc" - }, - { - "name": "flixel", - "type": "git", - "dir": null, - "ref": "a629f9a5", - "url": "https://github.com/MasterEric/flixel" - }, - { - "name": "flixel-addons", - "type": "git", - "dir": null, - "ref": "752c3d7", - "url": "https://github.com/MasterEric/flixel-addons" - }, - { - "name": "flixel-ui", - "type": "haxelib", - "version": "2.4.0" - }, - { - "name": "flxanimate", - "type": "git", - "dir": null, - "ref": "18b2060", - "url": "https://github.com/Dot-Stuff/flxanimate" - }, - { - "name": "format", - "type": "haxelib", - "version": "3.5.0" - }, - { - "name": "haxeui-core", - "type": "git", - "dir": null, - "ref": "e5cf78d", - "url": "https://github.com/haxeui/haxeui-core/" - }, - { - "name": "haxeui-flixel", - "type": "git", - "dir": null, - "ref": "f03bb6d", - "url": "https://github.com/haxeui/haxeui-flixel" - }, - { - "name": "hmm", - "type": "git", - "dir": null, - "ref": "3ef9522", - "url": "https://github.com/steviegt6/hmm" - }, - { - "name": "hscript", - "type": "haxelib", - "version": "2.5.0" - }, - { - "name": "hxcpp", - "type": "haxelib", - "version": "4.2.1" - }, - { - "name": "hxcpp-debug-server", - "type": "haxelib", - "version": "1.2.4" - }, - { - "name": "hxp", - "type": "haxelib", - "version": null - }, - { - "name": "lime", - "type": "haxelib", - "version": null - }, - { - "name": "openfl", - "type": "git", - "dir": null, - "ref": "3fd5763c1", - "url": "https://github.com/MasterEric/openfl" - }, - { - "name": "polymod", - "type": "git", - "dir": null, - "ref": "4e5b4b3", - "url": "https://github.com/larsiusprime/polymod" - }, - { - "name": "thx.semver", - "type": "haxelib", - "version": "0.2.2" - } - ] -} \ No newline at end of file + "dependencies": [ + { + "name": "discord_rpc", + "type": "git", + "dir": null, + "ref": "2d83fa8", + "url": "https://github.com/Aidan63/linc_discord-rpc" + }, + { + "name": "flixel", + "type": "git", + "dir": null, + "ref": "d6100cc8", + "url": "https://github.com/EliteMasterEric/flixel" + }, + { + "name": "flixel-addons", + "type": "git", + "dir": null, + "ref": "f107166", + "url": "https://github.com/EliteMasterEric/flixel-addons" + }, + { + "name": "flixel-ui", + "type": "haxelib", + "version": "2.4.0" + }, + { + "name": "flxanimate", + "type": "git", + "dir": null, + "ref": "18b2060", + "url": "https://github.com/Dot-Stuff/flxanimate" + }, + { + "name": "format", + "type": "haxelib", + "version": "3.5.0" + }, + { + "name": "haxeui-core", + "type": "git", + "dir": null, + "ref": "e5cf78d", + "url": "https://github.com/haxeui/haxeui-core/" + }, + { + "name": "haxeui-flixel", + "type": "git", + "dir": null, + "ref": "f03bb6d", + "url": "https://github.com/haxeui/haxeui-flixel" + }, + { + "name": "hmm", + "type": "git", + "dir": null, + "ref": "3ef9522", + "url": "https://github.com/steviegt6/hmm" + }, + { + "name": "hscript", + "type": "haxelib", + "version": "2.5.0" + }, + { + "name": "hxcpp", + "type": "haxelib", + "version": "4.2.1" + }, + { + "name": "hxcpp-debug-server", + "type": "haxelib", + "version": "1.2.4" + }, + { + "name": "hxp", + "type": "haxelib", + "version": null + }, + { + "name": "lime", + "type": "git", + "version": null + }, + { + "name": "openfl", + "type": "git", + "dir": null, + "ref": "b2c18513", + "url": "https://github.com/EliteMasterEric/openfl" + }, + { + "name": "polymod", + "type": "git", + "dir": null, + "ref": "4e5b4b3", + "url": "https://github.com/larsiusprime/polymod" + }, + { + "name": "thx.semver", + "type": "haxelib", + "version": "0.2.2" + } + ] +}