reorganize kiss into its own directory

This commit is contained in:
2020-12-05 18:35:09 -07:00
parent cebe5c23a6
commit 7ff7bab555
38 changed files with 21 additions and 21 deletions

17
kiss/haxelib.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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": {
"hscript": "",
"uuid": "",
"tink_macro": ""
}
}