Skip to content

Commit

Permalink
Add haxelibs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Dec 15, 2024
1 parent 566f39a commit 74c5873
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

<!-- _____________________________ Path Settings ____________________________ -->

<set name="BUILD_DIR" value="export" />
<set name="BUILD_DIR" value="export/debug" if="debug" />
<set name="BUILD_DIR" value="export/release" unless="debug" />

<source path="source" />
<assets path="assets" />
Expand Down
56 changes: 56 additions & 0 deletions haxelibs.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 74c5873

Please sign in to comment.