vcpkg/ports/pybind11/vcpkg.json
JonLiu1993 1b36b92afa
[pybind11] update to 2.6.2 (#17900)
* [pybind11] update to 2.6.2

* update version
2021-05-18 00:41:51 -07:00

10 lines
307 B
JSON

{
"name": "pybind11",
"version": "2.6.2",
"description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
"homepage": "https://github.com/pybind/pybind11",
"dependencies": [
"python3"
]
}