mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
1b36b92afa
* [pybind11] update to 2.6.2 * update version
10 lines
307 B
JSON
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"
|
|
]
|
|
}
|