mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
e3a6b17c06
* Update libmorton to 0.2.8 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|