early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/fixed-string/vcpkg.json
vendored
Executable file
17
externals/vcpkg/ports/fixed-string/vcpkg.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "fixed-string",
|
||||
"version": "0.1.1",
|
||||
"description": "Header-only C++17 library provides a string class with std::array fixed-size semantic.",
|
||||
"homepage": "https://github.com/unterumarmung/fixed_string",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user