diff options
author | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
commit | 9e0e01b7f4375063f06e494113187d48614628e0 (patch) | |
tree | 21a4901612ad92c121f4c887a33b1bbbe87c6b00 /Client/ThirdParty/libfixmath/library.json |
+init
Diffstat (limited to 'Client/ThirdParty/libfixmath/library.json')
-rw-r--r-- | Client/ThirdParty/libfixmath/library.json | 19 |
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": "*" +} |