libfixmath/library.json

20 lines
368 B
JSON

{
"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": "*"
}