libfixmath/library.json

20 lines
368 B
JSON
Raw Permalink Normal View History

2018-07-24 12:17:15 +02:00
{
"name": "libfixmath",
"description": "Cross Platform Fixed Point Maths Library",
"keywords": [
"fixed",
"point",
"math"
],
2018-07-24 12:17:15 +02:00
"repository": {
"type": "git",
"url": "https://github.com/PetteriAimonen/libfixmath.git"
},
"license": "MIT",
"build": {
"srcFilter": "+<libfixmath/*>"
},
"frameworks": "*",
"platforms": "*"
}