mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 16:54:04 -05:00
18 lines
360 B
JSON
Executable File
18 lines
360 B
JSON
Executable File
{
|
|
"name": "string-theory",
|
|
"version": "3.6",
|
|
"description": "Flexible modern C++ string library with type-safe formatting.",
|
|
"homepage": "https://github.com/zrax/string_theory",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|