vcpkg.json declare wxpython version

This commit is contained in:
Mark Roszko 2022-05-08 23:05:02 +00:00
parent 43b8adad1a
commit 092c11b054
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@
{
"name": "wxwidgets",
"version": "3.1.5#11"
},
{
"name": "wxpython",
"version": "4.1.1#7"
}
]
}
}