Adding dependencies to haxelib.json

This commit is contained in:
2018-12-23 19:19:12 -05:00
parent 429150426f
commit 03ad1e6294

View File

@@ -4,9 +4,12 @@
"license": "MIT",
"tags": ["cross", "game", "interactive-fiction", "ink"],
"description": "Narrative scripting language for HaxeFlixel games based on Inkle's Ink engine",
"version": "0.0.1",
"version": "0.0.2",
"classPath": "src/",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"dependencies": {}
"dependencies": {
"hx3compat": "",
"hscript": ""
}
}