diff options
Diffstat (limited to 'vcpkg/ports/tinytoml/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinytoml/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/tinytoml/vcpkg.json b/vcpkg/ports/tinytoml/vcpkg.json new file mode 100644 index 0000000..7738b12 --- /dev/null +++ b/vcpkg/ports/tinytoml/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "tinytoml", + "version": "20240621", + "description": "A header only C++11 library for parsing TOML.", + "homepage": "https://github.com/mayah/tinytoml" +} |