Adding dependencies to haxelib.json
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user