Adding haxelib.json for lib linking
This commit is contained in:
15
haxelib.json
Normal file
15
haxelib.json
Normal 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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user