mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:18:25 -05:00
11 lines
261 B
JSON
Executable File
11 lines
261 B
JSON
Executable File
{
|
|
"name": "quaternions",
|
|
"version-string": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "A C++11 library to work with quaternions, as a single header file.",
|
|
"homepage": "https://github.com/ferd36/quaternions",
|
|
"dependencies": [
|
|
"boost-mpl"
|
|
]
|
|
}
|