Crafter.Math/project.json

21 lines
No EOL
552 B
JSON

{
"name": "crafter-match",
"configurations": [
{
"name": "base",
"interfaces": ["Crafter.Math-Vector", "Crafter.Math-BasicTypes", "Crafter.Math-MatrixRowMajor", "Crafter.Math-Misc", "Crafter.Math"],
"implementations": []
},
{
"name": "lib",
"extends": ["base"],
"type":"library",
"dependencies": []
},
{
"name": "lib-debug",
"extends": ["lib"],
"debug": true
}
]
}