mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 05:38:23 -05:00
16 lines
308 B
JSON
Executable File
16 lines
308 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
]
|
|
}
|