From 74c5873efacea978bc8e26af5d60fd5dabc5022c Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Sun, 15 Dec 2024 09:21:16 -0500 Subject: [PATCH] Add haxelibs.json --- Project.xml | 3 ++- haxelibs.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 haxelibs.json diff --git a/Project.xml b/Project.xml index 8b69bc6..4ce5755 100644 --- a/Project.xml +++ b/Project.xml @@ -29,7 +29,8 @@ - + + diff --git a/haxelibs.json b/haxelibs.json new file mode 100644 index 0000000..b4e11e1 --- /dev/null +++ b/haxelibs.json @@ -0,0 +1,56 @@ +{ + "dependencies": [ + { + "name": "lime", + "type": "haxelib" + }, + { + "name": "openfl", + "type": "haxelib" + }, + { + "name": "flixel", + "type": "haxelib" + }, + { + "name": "flixel-addons", + "type": "haxelib" + }, + { + "name": "flixel-ui", + "type": "haxelib" + }, + { + "name": "hxcpp", + "type": "haxelib" + }, + { + "name": "hscript", + "type": "haxelib" + }, + { + "name": "polymod", + "type": "haxelib" + }, + { + "name": "thx.core", + "type": "git", + "ref": "master", + "url": "https://github.com/fponticelli/thx.core.git" + }, + { + "name": "thx.semver", + "type": "haxelib" + }, + { + "name": "jsonpath", + "type": "git", + "ref": "main", + "url": "https://github.com/EliteMasterEric/jsonpath.git" + }, + { + "name": "jsonpatch", + "type": "haxelib" + } + ] + } \ No newline at end of file