2
0
mirror of https://github.com/boostorg/qvm.git synced 2026-01-19 04:22:16 +00:00
Files
qvm/meta/libraries.json
2021-08-22 22:50:39 -07:00

19 lines
387 B
JSON

{
"key": "qvm",
"name": "QVM",
"authors": [
"Emil Dotchevski"
],
"description": "Generic C++ library for working with Quaternions Vectors and Matrices.",
"documentation": "index.html",
"category": [
"Generic",
"Math",
"Algorithms"
],
"maintainers": [
"Emil Dotchevski <emil@revergestudios.com>"
],
"cxxstd": "03"
}