mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
cb0934f1da
Co-authored-by: LilyWangLL <4945507022qq.com>
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "godot-cpp",
|
|
"version": "4.3",
|
|
"description": "C++ bindings for the Godot script API",
|
|
"homepage": "https://github.com/godotengine/godot-cpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|