Pong/vcpkg.json
Karutoh d6242a7fad
Some checks failed
Build & Release / Linux-AARCH64-Build (push) Failing after 8s
Build & Release / Linux-AMD64-Build (push) Successful in 14s
Build & Release / Windows-AMD64-Build (push) Failing after 21s
Added CI/CD.
2024-07-01 19:53:57 -07:00

9 lines
162 B
JSON

{
"dependencies" : [ "openssl", "zlib", {
"name" : "openssl",
"version>=" : "3.2.0#2"
}, {
"name" : "freetype",
"version>=" : "2.13.2"
} ]
}