Adding haxelib.json for lib linking

This commit is contained in:
2020-11-17 15:36:19 -07:00
parent 0bbe1316b1
commit c744b82112

15
haxelib.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "kiss",
"url": "https://github.com/hissvn/kisslang",
"license": "LGPL",
"tags": ["cross"],
"description": "",
"version": "0.0.0",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"classPath": "src/",
"main": "kiss.Main",
"dependencies": {
"utest": ""
}
}