From 9e0e01b7f4375063f06e494113187d48614628e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 22:25:37 +0800 Subject: +init --- Client/ThirdParty/libfixmath/library.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Client/ThirdParty/libfixmath/library.json (limited to 'Client/ThirdParty/libfixmath/library.json') 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": "+" + }, + "frameworks": "*", + "platforms": "*" +} -- cgit v1.1-26-g67d0