1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-26 15:07:14 +00:00

fixed lime thing lol

This commit is contained in:
Cameron Taylor 2023-02-09 02:36:39 -05:00
parent 460da18804
commit 086795b3de

211
hmm.json
View file

@ -1,107 +1,108 @@
{ {
"dependencies": [ "dependencies": [{
{ "name": "discord_rpc",
"name": "discord_rpc", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "2d83fa8",
"ref": "2d83fa8", "url": "https://github.com/Aidan63/linc_discord-rpc"
"url": "https://github.com/Aidan63/linc_discord-rpc" },
}, {
{ "name": "flixel",
"name": "flixel", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "d6100cc8",
"ref": "d6100cc8", "url": "https://github.com/EliteMasterEric/flixel"
"url": "https://github.com/EliteMasterEric/flixel" },
}, {
{ "name": "flixel-addons",
"name": "flixel-addons", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "f107166",
"ref": "f107166", "url": "https://github.com/EliteMasterEric/flixel-addons"
"url": "https://github.com/EliteMasterEric/flixel-addons" },
}, {
{ "name": "flixel-ui",
"name": "flixel-ui", "type": "haxelib",
"type": "haxelib", "version": "2.4.0"
"version": "2.4.0" },
}, {
{ "name": "flxanimate",
"name": "flxanimate", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "18b2060",
"ref": "18b2060", "url": "https://github.com/Dot-Stuff/flxanimate"
"url": "https://github.com/Dot-Stuff/flxanimate" },
}, {
{ "name": "format",
"name": "format", "type": "haxelib",
"type": "haxelib", "version": "3.5.0"
"version": "3.5.0" },
}, {
{ "name": "haxeui-core",
"name": "haxeui-core", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "e5cf78d",
"ref": "e5cf78d", "url": "https://github.com/haxeui/haxeui-core/"
"url": "https://github.com/haxeui/haxeui-core/" },
}, {
{ "name": "haxeui-flixel",
"name": "haxeui-flixel", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "f03bb6d",
"ref": "f03bb6d", "url": "https://github.com/haxeui/haxeui-flixel"
"url": "https://github.com/haxeui/haxeui-flixel" },
}, {
{ "name": "hmm",
"name": "hmm", "type": "git",
"type": "git", "dir": null,
"dir": null, "ref": "3ef9522",
"ref": "3ef9522", "url": "https://github.com/steviegt6/hmm"
"url": "https://github.com/steviegt6/hmm" },
}, {
{ "name": "hscript",
"name": "hscript", "type": "haxelib",
"type": "haxelib", "version": "2.5.0"
"version": "2.5.0" },
}, {
{ "name": "hxcpp",
"name": "hxcpp", "type": "haxelib",
"type": "haxelib", "version": "4.2.1"
"version": "4.2.1" },
}, {
{ "name": "hxcpp-debug-server",
"name": "hxcpp-debug-server", "type": "haxelib",
"type": "haxelib", "version": "1.2.4"
"version": "1.2.4" },
}, {
{ "name": "hxp",
"name": "hxp", "type": "haxelib",
"type": "haxelib", "version": null
"version": null },
}, {
{ "name": "lime",
"name": "lime", "type": "git",
"type": "git", "dir": null,
"version": null "ref": "afadf5f",
}, "url": "https://github.com/openfl/lime"
{ },
"name": "openfl", {
"type": "git", "name": "openfl",
"dir": null, "type": "git",
"ref": "b2c18513", "dir": null,
"url": "https://github.com/EliteMasterEric/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"
] }
]
} }