diff options
Diffstat (limited to 'vcpkg/ports/bext-text/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bext-text/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/bext-text/vcpkg.json b/vcpkg/ports/bext-text/vcpkg.json new file mode 100644 index 0000000..05dc6de --- /dev/null +++ b/vcpkg/ports/bext-text/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "bext-text", + "version-date": "2024-01-19", + "description": "What a c++ standard Unicode library might look like.", + "homepage": "https://tzlaine.github.io/text/doc/html/index.html", + "license": "BSL-1.0", + "dependencies": [ + "boost", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |