From c744b821124c6d60dabb1c5efd8a6adf12cdab3e Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 17 Nov 2020 15:36:19 -0700 Subject: [PATCH] Adding haxelib.json for lib linking --- haxelib.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 haxelib.json diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 00000000..32e9e319 --- /dev/null +++ b/haxelib.json @@ -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": "" + } +} \ No newline at end of file