mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
d524a38038
* [libmorton] update to 0.2.12 * [libmorton] update to 0.2.12
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "libmorton",
|
|
"version": "0.2.12",
|
|
"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
|
|
}
|
|
]
|
|
}
|