aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/libfixmath/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'Client/ThirdParty/libfixmath/library.json')
-rw-r--r--Client/ThirdParty/libfixmath/library.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/Client/ThirdParty/libfixmath/library.json b/Client/ThirdParty/libfixmath/library.json
new file mode 100644
index 0000000..c97112f
--- /dev/null
+++ b/Client/ThirdParty/libfixmath/library.json
@@ -0,0 +1,19 @@
+{
+ "name": "libfixmath",
+ "description": "Cross Platform Fixed Point Maths Library",
+ "keywords": [
+ "fixed",
+ "point",
+ "math"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/PetteriAimonen/libfixmath.git"
+ },
+ "license": "MIT",
+ "build": {
+ "srcFilter": "+<libfixmath/*>"
+ },
+ "frameworks": "*",
+ "platforms": "*"
+}