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": "+" + }, + "frameworks": "*", + "platforms": "*" +}