aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 0000000..56096f8
--- /dev/null
+++ b/library.json
@@ -0,0 +1,18 @@
+{
+ "name": "libfixmath",
+ "description": "Cross Platform Fixed Point Maths Library",
+ "version": "0.0.0",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/PetteriAimonen/libfixmath.git"
+ },
+ "license": "MIT",
+ "export": {
+ "include": "libfixmath"
+ },
+ "build": {
+ "srcFilter": "+<libfixmath/*>"
+ },
+ "frameworks": "*",
+ "platforms": "*"
+}