vcpkg/ports/font-chef/vcpkg.json
chausner 0480c6b20e
[font-chef] Update to 1.1.0 (#21398)
* Update font-chef to 1.1.0

* Update CI baseline

* Fix build on 64 bit platforms

* Update git-tree hash

* Add comment

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:32:51 -08:00

17 lines
298 B
JSON

{
"name": "font-chef",
"version": "1.1.0",
"description": "A font cooking library",
"homepage": "https://github.com/mobius3/font-chef",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}