mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 22:38:26 -05:00
16 lines
302 B
JSON
16 lines
302 B
JSON
|
{
|
||
|
"name": "libmorton",
|
||
|
"version": "0.2.8",
|
||
|
"description": "Header-only library for encoding/decoding Morton codes in/from 2D/3D coordinates",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|