mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 08:48:24 -05:00
16 lines
308 B
JSON
16 lines
308 B
JSON
|
{
|
||
|
"name": "byte-lite",
|
||
|
"version": "0.3.0",
|
||
|
"description": "A C++17-like byte type for C++98, C++11 and later in a single-file header-only library",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|