mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
6f3458d299
* Updated libmorton version * Fixed version database * Update ports/libmorton/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update version database --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "libmorton",
|
|
"version": "0.2.11",
|
|
"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
|
|
}
|
|
]
|
|
}
|