From fb1f95d0b4efd7f954b4af4c7184968e298d264f Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 9 Oct 2013 21:46:25 -0400 Subject: [PATCH 1/2] Make HypRate a proper haxelib. Add haxelib.json and add Mac and Mac64 directories as workarounds to make haxelib work --- haxelib.json | 13 +++++++++++++ ndll/Mac/.gitignore | 0 ndll/Mac64/.gitignore | 0 3 files changed, 13 insertions(+) create mode 100644 haxelib.json create mode 100644 ndll/Mac/.gitignore create mode 100644 ndll/Mac64/.gitignore diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 0000000..be0ba44 --- /dev/null +++ b/haxelib.json @@ -0,0 +1,13 @@ +{ + "name": "HypRate", + "url" : "https://github.com/hyperfiction/HypRate", + "license": "BSD", + "tags": ["hyperfiction","shoebox","openfl"], + "description": "", + "version": "1.0.0", + "releasenote": "Initial release", + "contributors": ["shoe[box]"], + "dependencies": { + "openfl": "" + } +} diff --git a/ndll/Mac/.gitignore b/ndll/Mac/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/ndll/Mac64/.gitignore b/ndll/Mac64/.gitignore new file mode 100644 index 0000000..e69de29 From 355d81e996bd8179ad0c3be9483a3c783407f10f Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 9 Oct 2013 22:38:54 -0400 Subject: [PATCH 2/2] Add inthebox-macros as a dependency --- haxelib.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index be0ba44..16a4832 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,6 +8,7 @@ "releasenote": "Initial release", "contributors": ["shoe[box]"], "dependencies": { - "openfl": "" + "openfl": "", + "inthebox-macros": "" } }