Fix library versions.

This commit is contained in:
EliteMasterEric 2023-02-01 16:54:11 -05:00
parent dad252dfdc
commit c0bd57a573

211
hmm.json
View file

@ -1,106 +1,107 @@
{ {
"dependencies": [{ "dependencies": [
"name": "discord_rpc", {
"type": "git", "name": "discord_rpc",
"dir": null, "type": "git",
"ref": "2d83fa8", "dir": null,
"url": "https://github.com/Aidan63/linc_discord-rpc" "ref": "2d83fa8",
}, "url": "https://github.com/Aidan63/linc_discord-rpc"
{ },
"name": "flixel", {
"type": "git", "name": "flixel",
"dir": null, "type": "git",
"ref": "a629f9a5", "dir": null,
"url": "https://github.com/MasterEric/flixel" "ref": "d6100cc8",
}, "url": "https://github.com/EliteMasterEric/flixel"
{ },
"name": "flixel-addons", {
"type": "git", "name": "flixel-addons",
"dir": null, "type": "git",
"ref": "752c3d7", "dir": null,
"url": "https://github.com/MasterEric/flixel-addons" "ref": "f107166",
}, "url": "https://github.com/EliteMasterEric/flixel-addons"
{ },
"name": "flixel-ui", {
"type": "haxelib", "name": "flixel-ui",
"version": "2.4.0" "type": "haxelib",
}, "version": "2.4.0"
{ },
"name": "flxanimate", {
"type": "git", "name": "flxanimate",
"dir": null, "type": "git",
"ref": "18b2060", "dir": null,
"url": "https://github.com/Dot-Stuff/flxanimate" "ref": "18b2060",
}, "url": "https://github.com/Dot-Stuff/flxanimate"
{ },
"name": "format", {
"type": "haxelib", "name": "format",
"version": "3.5.0" "type": "haxelib",
}, "version": "3.5.0"
{ },
"name": "haxeui-core", {
"type": "git", "name": "haxeui-core",
"dir": null, "type": "git",
"ref": "e5cf78d", "dir": null,
"url": "https://github.com/haxeui/haxeui-core/" "ref": "e5cf78d",
}, "url": "https://github.com/haxeui/haxeui-core/"
{ },
"name": "haxeui-flixel", {
"type": "git", "name": "haxeui-flixel",
"dir": null, "type": "git",
"ref": "f03bb6d", "dir": null,
"url": "https://github.com/haxeui/haxeui-flixel" "ref": "f03bb6d",
}, "url": "https://github.com/haxeui/haxeui-flixel"
{ },
"name": "hmm", {
"type": "git", "name": "hmm",
"dir": null, "type": "git",
"ref": "3ef9522", "dir": null,
"url": "https://github.com/steviegt6/hmm" "ref": "3ef9522",
}, "url": "https://github.com/steviegt6/hmm"
{ },
"name": "hscript", {
"type": "haxelib", "name": "hscript",
"version": "2.5.0" "type": "haxelib",
}, "version": "2.5.0"
{ },
"name": "hxcpp", {
"type": "haxelib", "name": "hxcpp",
"version": "4.2.1" "type": "haxelib",
}, "version": "4.2.1"
{ },
"name": "hxcpp-debug-server", {
"type": "haxelib", "name": "hxcpp-debug-server",
"version": "1.2.4" "type": "haxelib",
}, "version": "1.2.4"
{ },
"name": "hxp", {
"type": "haxelib", "name": "hxp",
"version": null "type": "haxelib",
}, "version": null
{ },
"name": "lime", {
"type": "haxelib", "name": "lime",
"version": null "type": "git",
}, "version": null
{ },
"name": "openfl", {
"type": "git", "name": "openfl",
"dir": null, "type": "git",
"ref": "3fd5763c1", "dir": null,
"url": "https://github.com/MasterEric/openfl" "ref": "b2c18513",
}, "url": "https://github.com/EliteMasterEric/openfl"
{ },
"name": "polymod", {
"type": "git", "name": "polymod",
"dir": null, "type": "git",
"ref": "4e5b4b3", "dir": null,
"url": "https://github.com/larsiusprime/polymod" "ref": "4e5b4b3",
}, "url": "https://github.com/larsiusprime/polymod"
{ },
"name": "thx.semver", {
"type": "haxelib", "name": "thx.semver",
"version": "0.2.2" "type": "haxelib",
} "version": "0.2.2"
] }
} ]
}